Skip to content

html can now return none #22

html can now return none

html can now return none #22

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- new-docs
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force