Skip to content

feat: migrate from Poetry to UV for dependency management and add ruf… #126

feat: migrate from Poetry to UV for dependency management and add ruf…

feat: migrate from Poetry to UV for dependency management and add ruf… #126

Workflow file for this run

name: update-docs
on:
push:
branches:
- main
jobs:
update_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}