Set linkcheck in `ci.yml`
This commit is contained in:
parent
f3d63db5b0
commit
531e5f9d35
|
|
@ -18,6 +18,7 @@ jobs:
|
||||||
MDBOOK_LINKCHECK2_VERSION: 0.9.1
|
MDBOOK_LINKCHECK2_VERSION: 0.9.1
|
||||||
MDBOOK_MERMAID_VERSION: 0.12.6
|
MDBOOK_MERMAID_VERSION: 0.12.6
|
||||||
MDBOOK_TOC_VERSION: 0.11.2
|
MDBOOK_TOC_VERSION: 0.11.2
|
||||||
|
MDBOOK_OUTPUT__LINKCHECK__FOLLOW_WEB_LINKS: ${{ github.event_name != 'pull_request' }}
|
||||||
DEPLOY_DIR: book/html
|
DEPLOY_DIR: book/html
|
||||||
BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue