Skip to content

Commit

Permalink
check-links non-local
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Oct 7, 2024
1 parent c1eea01 commit 475260a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }}
run: |
npm i
npm run-script check-links-local
npm run-script check-links
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +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": "antora --fetch --to-dir test --log-level=error --log-failure-level=error --extension=@jcahills/antora-link-checker antora-playbook.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",
"generate-pdfs-platform-5-5": "antora assembler-playbook-platform-5-5.yml",
"generate-pdfs-platform-5-4": "antora assembler-playbook-platform-5-4.yml",
Expand Down

0 comments on commit 475260a

Please sign in to comment.