We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3d63db + 531e5f9 commit eabec32Copy full SHA for eabec32
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
MDBOOK_LINKCHECK2_VERSION: 0.9.1
19
MDBOOK_MERMAID_VERSION: 0.12.6
20
MDBOOK_TOC_VERSION: 0.11.2
21
+ MDBOOK_OUTPUT__LINKCHECK__FOLLOW_WEB_LINKS: ${{ github.event_name != 'pull_request' }}
22
DEPLOY_DIR: book/html
23
BASE_SHA: ${{ github.event.pull_request.base.sha }}
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments