only deploy gh-pages if something in the docs folder changes
This commit is contained in:
parent
161375311e
commit
5c2ab5e8c1
2
.github/workflows/deploy-api-docs.yml
vendored
2
.github/workflows/deploy-api-docs.yml
vendored
|
@ -2,9 +2,9 @@
|
|||
name: deploy-api-docs
|
||||
|
||||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["unstable"]
|
||||
paths: ["docs/**"] # only run if the docs are updated
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in New Issue
Block a user