Skip to content

Commit

Permalink
ci: add github pages base url
Browse files Browse the repository at this point in the history
Signed-off-by: Till Sanders <mail@till-sanders.de>
  • Loading branch information
tillsanders committed Oct 17, 2024
1 parent 577fc65 commit 53bf8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build with Vite
run: npx vite build --outDir ./demo/dist
run: npx vite build --outDir ./demo/dist --base access-key-label-polyfill
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 53bf8e4

Please sign in to comment.