Skip to content

Commit b008493

Browse files
test
1 parent 5ec63c4 commit b008493

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
uses: actions/download-artifact@v4
160160
with:
161161
name: ${{ inputs.Name }}-docs
162-
path: ${{ inputs.DocsOutputPath }}
162+
path: ${{ github.workspace }}
163163

164164
- name: git add
165165
run: |
@@ -172,7 +172,6 @@ jobs:
172172
uses: github/super-linter@latest
173173
env:
174174
GITHUB_TOKEN: ${{ github.token }}
175-
VALIDATE_ALL_CODEBASE: false
176175
VALIDATE_NATURAL_LANGUAGE: true
177176
VALIDATE_MARKDOWN: true
178177

0 commit comments

Comments
 (0)