Skip to content

Update Dependencies (#29) #7

Update Dependencies (#29)

Update Dependencies (#29) #7

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