Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

wip moving to cappa #23

wip moving to cappa

wip moving to cappa #23

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force