add path for page

This commit is contained in:
shenjack 2023-06-09 15:07:49 +08:00
parent e5e5628f4b
commit 87f8e8aa5a

View File

@ -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