mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
2
.github/workflows/publish_docs.yml
vendored
2
.github/workflows/publish_docs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user