Skip to content

Commit 4cdc2fc

Browse files
committed
Fix docs CI
1 parent b6bf9a3 commit 4cdc2fc

File tree

1 file changed

+4
-2
lines changed
  • {{cookiecutter.repository_name}}/.github/workflows

1 file changed

+4
-2
lines changed

{{cookiecutter.repository_name}}/.github/workflows/docs.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ jobs:
2626
config-file: linkcheck.json
2727
- if: github.event.repository.private
2828
uses: pre-commit/[email protected]
29-
extra_args: markdownlint
29+
with:
30+
extra_args: markdownlint
3031
- if: github.event.repository.private
3132
uses: pre-commit/[email protected]
32-
extra_args: codespell
33+
with:
34+
extra_args: codespell
3335

3436
docs-test:
3537
needs: [docs-lint]

0 commit comments

Comments
 (0)