Skip to content

Commit

Permalink
Update CI workflow to catch warnings in docs
Browse files Browse the repository at this point in the history
This uses a reusable workflow in the nextstrain/.github repo.
  • Loading branch information
victorlin committed Mar 8, 2023
1 parent 62f684d commit 8ee1dbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,8 @@ jobs:
- run: gh workflow run ci.yml --repo nextstrain/docker-base
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_WORKFLOW_DISPATCH }}
build-docs:
uses: nextstrain/.github/.github/workflows/docs-ci.yaml@master
with:
docs-directory: docs/
environment-file: docs/environment.yml

0 comments on commit 8ee1dbf

Please sign in to comment.