Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
adase11 committed Oct 7, 2024
1 parent b90f0e6 commit 31ca836
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 31ca836

Please sign in to comment.