Skip to content

Commit

Permalink
chore: fix docs deps and deploy workflow (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Dec 5, 2023
1 parent 583d178 commit ac0597f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
- name: Setup Node.js 🔧
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "21.x"

# npm install npm should be removed when https://github.com/npm/cli/issues/4942 is fixed
- name: Build 🔧
run: |
npm install -g npm@8.5.5
npm install -g npm@10.2.4
make build-docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: ~/output
Expand Down

0 comments on commit ac0597f

Please sign in to comment.