Skip to content

Commit

Permalink
fix gh pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
klendi committed Dec 22, 2024
1 parent b91df75 commit 9cdbdf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci && npm run build
- run: cd example && npm ci && npm run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 9cdbdf2

Please sign in to comment.