diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index acfbdb379..a4d9cccef 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -1,6 +1,9 @@ # Simple workflow for deploying static content to GitHub Pages name: Deploy static content to Pages +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: true + on: # Runs on pushes targeting the default branch push: @@ -47,6 +50,9 @@ jobs: NODE_ENV: production # Remove this line if you would like to skip using google analytics NEXT_PUBLIC_GA_TRACKING_ID: G-M6H0YTT6ND + - name: Copy CNAME + shell: bash + run: cp public/CNAME out - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact