Skip to content

Commit

Permalink
fix app base url for github page deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 11, 2024
1 parent 7079f73 commit a78c1bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-page-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
run: npm install
working-directory: ./website


- name: Build Nuxt 3 Static Site
run: npm run generate
working-directory: ./website
env:
NUXT_APP_BASE_URL: /iwc/

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit a78c1bb

Please sign in to comment.