Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Publish docs

Publish docs #11

Workflow file for this run

name: Publish docs
on:
workflow_dispatch
jobs:
build-and-publish-docs:
name: Build and publish docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: pip
cache-dependency-path: requirements*.txt
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade --upgrade-strategy eager -e ".[dev]"
mkdocs build
- name: Publish docs
uses: JamesIves/[email protected]
with:
branch: docs
folder: site