From 8ee1dbfc634d461e3619eeb8f5411e48a1a7aa2b Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Wed, 8 Mar 2023 11:39:08 -0800 Subject: [PATCH] Update CI workflow to catch warnings in docs This uses a reusable workflow in the nextstrain/.github repo. --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 891e0e5b4..5ab02398f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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