diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 855fe37..058d32d 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -1,5 +1,4 @@ -# Sample workflow for building and deploying a Hugo site to GitHub Pages -name: Deploy Hugo site to Pages +name: Deploy Hugo site to Production on: # Runs on pushes targeting the default branch @@ -68,7 +67,7 @@ jobs: # Deployment job deploy: environment: - name: github-pages + name: production url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build diff --git a/static/CNAME b/static/CNAME index e633d60..ec675e2 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -web-test.leighhack.org \ No newline at end of file +leighhack.org \ No newline at end of file