Skip to content

Add more details

Add more details #272

Workflow file for this run

name: publish
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # for git history
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- uses: Gr1N/setup-poetry@v9
- run: poetry install
- run: poetry run mkdocs gh-deploy --force