Skip to content

Commit

Permalink
Fix script for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dm4t2 committed Jan 18, 2025
1 parent fa72117 commit c34b3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build docs
run: pnpm docs
run: pnpm run docs
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: pnpm build
if: ${{ steps.release.outputs.release_created }}
- run: pnpm docs
- run: pnpm run docs
if: ${{ steps.release.outputs.release_created }}
- uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit c34b3de

Please sign in to comment.