Skip to content

Commit

Permalink
ci: fix build docs (#13490)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Oct 10, 2022
1 parent a74989d commit ac4fb8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
persist-credentials: false
fetch-depth: 0

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"

# npm install npm should be removed when https://github.com/npm/cli/issues/4942 is fixed
- name: Build docs
run: |
npm install -g npm@8.5.5
make build-docs
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
with:
node-version: "16.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
make build-docs
- name: Deploy 🚀
Expand Down

0 comments on commit ac4fb8b

Please sign in to comment.