Skip to content

build(deps): bump amannn/action-semantic-pull-request from 5 to 6 (#30) #55

build(deps): bump amannn/action-semantic-pull-request from 5 to 6 (#30)

build(deps): bump amannn/action-semantic-pull-request from 5 to 6 (#30) #55

Workflow file for this run

name: Github pages
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install python dependencies
run: make install-uv install-docs
- name: Generate docs
run: make docs
- name: Deploy pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site