From 97598a295756035d79d0578f50a177415690558f Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Tue, 30 Jan 2024 12:27:12 -0800 Subject: [PATCH] ci: Fix test-docs-ci-conda job to account for external changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Back in December, the file environment.yml was renamed to conda.yml in our docs.nextstrain.org repo.¹ ¹   --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 84784b4..5dd4a60 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: with: repo: nextstrain/docs.nextstrain.org docs-directory: . - environment-file: environment.yml + environment-file: conda.yml test-docs-ci-pip: uses: ./.github/workflows/docs-ci.yaml