We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a9996 commit 80ec5fcCopy full SHA for 80ec5fc
2 files changed
.github/workflows/deploy_docs.yml
@@ -9,8 +9,9 @@ on:
9
- 'docs/**'
10
- 'mkdocs.yml'
11
- '*.tf'
12
- - 'modules/**/*.tf'
+ - 'modules/**'
13
- 'schemas/**'
14
+ - 'examples/**'
15
- '.github/workflows/deploy_docs.yml'
16
17
pull_request:
@@ -19,8 +20,9 @@ on:
19
20
21
22
23
24
25
26
27
# Allows you to run this workflow manually from the Actions tab
28
workflow_dispatch:
docs/INDEX.md docs/index.mddocs/INDEX.md renamed to docs/index.md
0 commit comments