Skip to content

Commit

Permalink
fix re-navigation to a path not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Treier committed Jan 4, 2025
1 parent bc0042b commit 84464ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Build
env:
BASE_PATH: ${{ github.event.repository.name }}
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 84464ee

Please sign in to comment.