Skip to content

Commit

Permalink
Merge pull request #104 from nextstrain/check-external-links-29
Browse files Browse the repository at this point in the history
Add `make linkcheck` step, to check external links [#29]
  • Loading branch information
genehack authored Aug 20, 2024
2 parents 21f6afd + 3298f52 commit 654db55
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 654db55

Please sign in to comment.