Set linkcheck in `ci.yml`

This commit is contained in:
Jakub Beránek 2025-03-19 09:36:05 +01:00 committed by Jieyou Xu
parent f3d63db5b0
commit 531e5f9d35
No known key found for this signature in database
GPG Key ID: 045B995028EA6AFC
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
MDBOOK_LINKCHECK2_VERSION: 0.9.1
MDBOOK_MERMAID_VERSION: 0.12.6
MDBOOK_TOC_VERSION: 0.11.2
MDBOOK_OUTPUT__LINKCHECK__FOLLOW_WEB_LINKS: ${{ github.event_name != 'pull_request' }}
DEPLOY_DIR: book/html
BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}