Skip to content

Add integration test and add documentation site (#27) #17

Add integration test and add documentation site (#27)

Add integration test and add documentation site (#27) #17

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
- tests
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Deploy docs
uses: BioGeek/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
REQUIREMENTS: requirements-docs.txt