Skip to content

Commit

Permalink
add base url to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva committed Aug 21, 2024
1 parent dbc38f5 commit e0bfc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install deps
run: pnpm install
- name: Build
run: pnpm build
run: VITE_BASE_NAME="web3-blockspace-actions" pnpm build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit e0bfc5c

Please sign in to comment.