Fix docs build (#858)

* Fix docs cache path

* Add manual docs trigger
This commit is contained in:
Jamil
2022-07-27 07:17:55 -07:00
committed by GitHub
parent 3e765139ca
commit 46ad5fa9b0

View File

@@ -1,5 +1,6 @@
name: Publish Docs
on:
workflow_dispath:
release:
types: [published]
@@ -15,6 +16,7 @@ jobs:
with:
node-version: 16
cache: 'npm'
cache-dependency-path: docs/package-lock.json
- run: |
cd docs/
npm ci