ci(docs): only re-deploy docs when any file in docs has changed
This commit is contained in:
parent
72807e187e
commit
f6c325df0b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
|
@ -1,8 +1,8 @@
|
|||
name: Deploy Docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
branches: [master]
|
||||
paths: [docs/**]
|
||||
|
||||
jobs:
|
||||
deploy-docs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue