Skip to content

[Augur +TheiaCoV] Enable H5N1 flu subtype augur & nextclade (#640) #30

[Augur +TheiaCoV] Enable H5N1 flu subtype augur & nextclade (#640)

[Augur +TheiaCoV] Enable H5N1 flu subtype augur & nextclade (#640) #30

name: build-documentation
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Cache dependencies
uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- name: Install dependencies
run: |
pip install mkdocs-material mkdocs-material-extensions mkdocs-git-revision-date-localized-plugin mike mkdocs-glightbox
- name: Build documentation
run: |
git config user.name sage-wright
git config user.email [email protected]
mike deploy --push main