Skip to content

Commit

Permalink
Add make linkcheck step, to check external links [#29]
Browse files Browse the repository at this point in the history
Note that this blocks on the various PRs attached to
nextstrain/docs.nextstrain.org/#14 — those PRs should be merged before
this one.
  • Loading branch information
genehack committed Aug 5, 2024
1 parent 429f042 commit 188f120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ jobs:

- run: make ${{ inputs.make-target }}
working-directory: ${{ inputs.docs-directory }}

- run: SPHINXOPTS="-W --keep-going" make linkcheck ${{ inputs.make-target }}
working-directory: ${{ inputs.docs-directory }}

0 comments on commit 188f120

Please sign in to comment.