We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd100b commit 81569a0Copy full SHA for 81569a0
1 file changed
.github/workflows/docs-validation.yml
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
validate:
17
- uses: cakephp/.github/.github/workflows/docs-validation.yml@doc-workflows
+ uses: cakephp/.github/.github/workflows/docs-validation.yml@5.x
18
with:
19
docs-path: 'docs'
20
vitepress-path: 'docs/.vitepress'
@@ -24,4 +24,4 @@ jobs:
24
enable-spell-check: true
25
enable-markdown-lint: true
26
enable-link-check: true
27
- tools-ref: 'doc-workflows'
+ tools-ref: '5.x'
0 commit comments