Skip to content

Commit

Permalink
Print env vars and build
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Sep 4, 2024
1 parent e7c0e9c commit 2b8bc12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Print environment variables
run: |
echo "GITHUB_ACTIONS: $GITHUB_ACTIONS"
echo "NODE_ENV: $NODE_ENV"
echo "Other environment variables:"
env
- name: Build
run: npm run build
- name: Setup Pages
Expand Down

0 comments on commit 2b8bc12

Please sign in to comment.