Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed May 25, 2024
1 parent b4cf463 commit 6ac7edf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: latest
- run: npm install
- run: npm run build:docs
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install
- run: pnpm build:docs
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6ac7edf

Please sign in to comment.