Skip to content

v1.2.0 (#31)

v1.2.0 (#31) #8

Workflow file for this run

name: Docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup python and poetry
uses: ./.github/actions/python-poetry
with:
groups: "docs"
- name: Deploy docs
run: |
poetry run mkdocs gh-deploy --force