Skip to content

Commit b921707

Browse files
authored
Merge pull request #11 from codesoda/feat/docs-site
fix: trigger docs deploy on workflow file changes too
2 parents 0bcd232 + 04f94ad commit b921707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Docs to Cloudflare Pages
33
on:
44
push:
55
branches: [main]
6-
paths: ['docs/**']
6+
paths: ['docs/**', '.github/workflows/docs.yml']
77

88
jobs:
99
deploy:

0 commit comments

Comments
 (0)