Commit b7d32e6

Nick Faro committed on
Disable linkcheck on manual, github seems to be returning 403 annoyingly
commit b7d32e6a5a964154ee3e5a4c7aa3ffbefa72bc98 parent da652fd
1 changed files +1−1
Modified.github/workflows/manual.yml +1−1
@@ -32,7 +32,7 @@ jobs:
32 uses: jontze/[email protected] 32 uses: jontze/[email protected]
33 with: 33 with:
34 token: ${{ github.token }} 34 token: ${{ github.token }}
35 use-linkcheck: true 35 use-linkcheck: false
36 - name: Render manual 36 - name: Render manual
37 run: mdbook build manual/ 37 run: mdbook build manual/
38 - name: Upload artifact 38 - name: Upload artifact