Skip to content

Commit

Permalink
fix env vars for gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gvkhna committed Feb 4, 2024
1 parent 53b73bf commit 8cc71af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
run: pnpm install --frozen-lockfile
working-directory: ${{ env.BUILD_PATH }}
- name: Build with Astro
env:
PUBLIC_SITE_URL: ${{ vars.PUBLIC_SITE_URL }}
PUBLIC_BASE_PATH: ${{ vars.PUBLIC_BASE_PATH }}
run: |
printenv | sort
pnpm run astro build
Expand Down

0 comments on commit 8cc71af

Please sign in to comment.