We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89670e8 commit 0d3db73Copy full SHA for 0d3db73
1 file changed
.github/workflows/techdocs.yaml
@@ -67,10 +67,10 @@ jobs:
67
- "${{ inputs.docs_dir }}**/*.png"
68
- "${{ inputs.docs_dir }}**/*.svg"
69
- "${{ inputs.docs_dir }}**/.pages"
70
- - "${{ inputs.docs_dir }}**/.tf"
71
- - "${{ inputs.docs_dir }}**/.go"
72
- - "${{ inputs.docs_dir }}**/.py"
73
- - "${{ inputs.docs_dir }}**/.yaml"
+ - "${{ inputs.docs_dir }}**/*.tf"
+ - "${{ inputs.docs_dir }}**/*.go"
+ - "${{ inputs.docs_dir }}**/*.py"
+ - "${{ inputs.docs_dir }}**/*.yaml"
74
- .vale/**
75
markdown:
76
- added|modified: "${{ inputs.docs_dir }}**/*.md"
0 commit comments