Merge pull request #198: Move filtering/subsampling docs into this pr… #566
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
docs: | |
name: docs | |
uses: nextstrain/.github/.github/workflows/docs-ci.yaml@master | |
with: | |
environment-file: conda.yml | |
docs-directory: . | |
make-target: html |