chore: add path for deploying documentation updates (#2671)
chore: Add path for deploying documentation updates
This commit is contained in:
parent
b0bdfa211f
commit
bab941f3e6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy_gh-pages.yml
vendored
2
.github/workflows/deploy_gh-pages.yml
vendored
|
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'docs/**'
|
||||
# Review gh actions docs if you want to further define triggers, paths, etc
|
||||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue