Skip to content

remove deployment from makefile #20

remove deployment from makefile

remove deployment from makefile #20

Workflow file for this run

name: ci
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- run: uv sync
- run: uv run mkdocs gh-deploy --clean --force