Skip to content

Commit

Permalink
Merge pull request #211 from hildjj/ignore-docs-errors
Browse files Browse the repository at this point in the history
Ignore doc errors on publish
  • Loading branch information
hildjj authored Oct 27, 2024
2 parents 1c232b5 + 8cc029e commit aaaa9ed
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 aaaa9ed

Please # to comment.