Skip to content

Commit

Permalink
Add base url for gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Nov 9, 2023
1 parent 104e981 commit b662ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build Tiled Vite
run: |
npm ci
npm run build
npm run build -- --base=sample-tiled-vite
# Runs a set of commands using the runners shell
- name: Deploy to GitHub Pages
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit b662ee9

Please sign in to comment.