We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988e66c commit 97b8209Copy full SHA for 97b8209
.github/workflows/docs.yaml
@@ -3,6 +3,9 @@ name: docs
3
on:
4
push:
5
branches: [main]
6
+ paths:
7
+ - "docs/**"
8
+ - ".github/workflows/docs.yaml"
9
10
permissions:
11
contents: write
0 commit comments