Skip to content

Commit

Permalink
Add make linkcheck step to build-conda and build-pip... [#29]
Browse files Browse the repository at this point in the history
...to check external links

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 6, 2024
1 parent 429f042 commit 3298f52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- run: make ${{ inputs.make-target }}
working-directory: ${{ inputs.docs-directory }}

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

build-pip:
if: inputs.pip-install-target != ''
runs-on: ubuntu-latest
Expand All @@ -82,3 +85,6 @@ jobs:

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

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

0 comments on commit 3298f52

Please sign in to comment.