We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6d490 commit 87c9ebdCopy full SHA for 87c9ebd
1 file changed
.github/workflows/auto-deploy-docs.yml
@@ -7,6 +7,10 @@ on:
7
push:
8
branches:
9
- main
10
+ paths:
11
+ - 'docs/**'
12
+ - 'mkdocs.yml'
13
+ - '.github/workflows/auto-deploy-docs.yml'
14
15
jobs:
16
deploy-docs:
0 commit comments