Skip to content

Commit

Permalink
fix pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yamader committed Jan 21, 2024
1 parent 1f2bb21 commit 8009454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
bun prepare
bun run build
working-directory: example
env:
NEXT_PUBLIC_BASE_PATH: /${{ github.event.repository.name }}
- uses: actions/upload-pages-artifact@v3
with:
path: example/out
Expand Down

0 comments on commit 8009454

Please sign in to comment.