Skip to content

Commit

Permalink
Ignore doc errors on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Oct 27, 2024
1 parent 1c232b5 commit 8cc029e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: pnpm
- run: pnpm i -r
- run: npm run build
- run: npm run docs
- run: npm run docs || true
- run: npm run copy
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 8cc029e

Please sign in to comment.