We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec63c4 commit b008493Copy full SHA for b008493
1 file changed
.github/workflows/workflow.yml
@@ -159,7 +159,7 @@ jobs:
159
uses: actions/download-artifact@v4
160
with:
161
name: ${{ inputs.Name }}-docs
162
- path: ${{ inputs.DocsOutputPath }}
+ path: ${{ github.workspace }}
163
164
- name: git add
165
run: |
@@ -172,7 +172,6 @@ jobs:
172
uses: github/super-linter@latest
173
env:
174
GITHUB_TOKEN: ${{ github.token }}
175
- VALIDATE_ALL_CODEBASE: false
176
VALIDATE_NATURAL_LANGUAGE: true
177
VALIDATE_MARKDOWN: true
178
0 commit comments