We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f60001 commit 07f9371Copy full SHA for 07f9371
.github/workflows/docs-push.yml
@@ -2,6 +2,9 @@ name: Push docs to knowledgebase
2
on:
3
push:
4
branches: master
5
+ paths:
6
+ - "docs/**"
7
+ - ".github/workflows/docs-push.yml"
8
9
jobs:
10
Copy-docs:
0 commit comments