Skip to content

Merge pull request #1207 from nextstrain/lineage-colors #70

Merge pull request #1207 from nextstrain/lineage-colors

Merge pull request #1207 from nextstrain/lineage-colors #70

Workflow file for this run

name: Docs
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
# Routinely check that we continue to work in the face of external changes.
schedule:
# Every Monday at 17:42 UTC / 9:42 Seattle (winter) / 10:42 Seattle (summer)
- cron: "42 17 * * 1"
jobs:
ci:
uses: nextstrain/.github/.github/workflows/docs-ci.yaml@master
with:
docs-directory: docs/
environment-file: docs/conda.yml
run-linkcheck: ${{ github.event_name == 'schedule' }}