Skip to content

Commit 134b302

Browse files
committed
ci: Install packages before building docs
1 parent 8eef38a commit 134b302

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
# un-ignore bundle.js
2222
mv docs/.gitignore .gitignore
23+
yarn install --ignore-engines
2324
yarn build:docs
2425
- name: Deploy Pages 🚀
2526
uses: JamesIves/github-pages-deploy-action@releases/v3

0 commit comments

Comments
 (0)