Skip to content

Commit

Permalink
Fix PUBLIC_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Jan 18, 2024
1 parent f044ca0 commit 9e8cd2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: npm install
- name: Build static app
run: npm run build
env:
PUBLIC_URL: ${{ vars.PUBLIC_URL }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 9e8cd2b

Please sign in to comment.