Install deps before building docs

This commit is contained in:
karashiiro 2021-05-28 11:26:35 -07:00 committed by GitHub
parent 6c7c28e44d
commit 393b0472de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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