Skip to content

Added workflow for documentation building. #1

Added workflow for documentation building.

Added workflow for documentation building. #1

Workflow file for this run

name: Publish Docs
on:
workflow_dispatch:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs
- run: mkdocs gh-deploy --force