From 31ca8367891196430cb8a2ce0a4511fca7a3dbf2 Mon Sep 17 00:00:00 2001 From: Austin Dase <59173272+adase11@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:38:22 -0400 Subject: [PATCH] add env --- .github/workflows/github-pages.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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