Skip to content

Commit

Permalink
ci(docs): imrpove workflow to deploy docs (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-berard authored Oct 29, 2024
1 parent 90f52f9 commit e4dd888
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
# with:
# version: 9 # Not needed if you've set "packageManager" in package.json
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: true
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit e4dd888

Please sign in to comment.