Skip to content

CI: Fix deploy-docs.yml #2

CI: Fix deploy-docs.yml

CI: Fix deploy-docs.yml #2

Workflow file for this run

name: Deploy docs
on:
push:
tags: ['v[0-9]+.*']
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 3
- name: Fetch tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: ./.github/actions/setup
with:
python-version: 3.12
- run: pip install -e .[all] pdoc3
- run: time .github/scripts/build.sh
- run: .github/scripts/deploy-gh-pages.sh