add path for page
This commit is contained in:
parent
e5e5628f4b
commit
87f8e8aa5a
2
.github/workflows/page.yml
vendored
2
.github/workflows/page.yml
vendored
@ -4,6 +4,8 @@ name: Deploy static content to Pages
|
||||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
paths:
|
||||
- "docs/**"
|
||||
branches: ["main"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
|
Loading…
Reference in New Issue
Block a user