Skip to content

Commit

Permalink
HOTFIX fix url prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuion committed Sep 2, 2023
1 parent 1560878 commit 17bc9a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:

permissions:
contents: write


env:
NUXT_APP_BASE_URL: website
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -38,7 +40,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build
run: npm run generate
run: znpm run generate
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 17bc9a0

Please sign in to comment.