Skip to content

Commit

Permalink
ci: Fix test-docs-ci-conda job to account for external changes
Browse files Browse the repository at this point in the history
Back in December, the file environment.yml was renamed to conda.yml in
our docs.nextstrain.org repo.¹

¹ <nextstrain/docs.nextstrain.org#175>
  <nextstrain/docs.nextstrain.org@19433c5>
  • Loading branch information
tsibley committed Jan 30, 2024
1 parent 65ddf81 commit 97598a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97598a2

Please sign in to comment.