Skip to content

Commit

Permalink
try fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Jun 21, 2024
1 parent ecf28a9 commit d8cd2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Check for broken internal links
env:
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "antora --to-dir docs --fetch antora-playbook.yml && cp _redirects docs",
"build-local": "antora --to-dir docs --fetch antora-playbook-local.yml",
"check-links-local": "antora --fetch --to-dir test --log-level=error --log-failure-level=error --extension=@jcahills/antora-link-checker antora-playbook-local.yml",
"check-links-local": "antora --fetch --to-dir test --log-level=error --log-failure-level=error antora-playbook-local.yml",
"generate-pdfs-platform-5-4": "antora assembler-playbook-platform-5-4.yml",
"generate-pdfs-platform-5-3": "antora assembler-playbook-platform-5-3.yml",
"generate-pdfs-platform-5-2": "antora assembler-playbook-platform-5-2.yml",
Expand Down

0 comments on commit d8cd2bf

Please sign in to comment.