Install deps before building docs
This commit is contained in:
parent
6c7c28e44d
commit
393b0472de
1 changed files with 3 additions and 1 deletions
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
|
@ -15,4 +15,6 @@ jobs:
|
|||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.x
|
||||
- run: npm run docs:deploy
|
||||
- run: |
|
||||
npm install
|
||||
npm run docs:deploy
|
||||
|
|
Loading…
Reference in a new issue