Skip to content

Commit

Permalink
Sigh, attempt to fix linkcheck again
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Sep 18, 2022
1 parent 9ca1d23 commit fd4b1d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ jobs:
- run: ./.github/downstream.d/${{ matrix.DOWNSTREAM }}.sh run

docs-linkcheck:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && contains(github.event.pull_request.title, 'linkcheck'))
runs-on: ubuntu-latest
name: "linkcheck"
timeout-minutes: 15
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@
r"https://e-trust.gosuslugi.ru",
# Expired cert
r"https://www.cosic.esat.kuleuven.be",
# Incomplete cert chain
r"https://www.oscca.gov.cn",
]

autosectionlabel_prefix_document = True

0 comments on commit fd4b1d0

Please sign in to comment.