Skip to content

Merge pull request #27 from python-project-templates/tkp/reinit #1

Merge pull request #27 from python-project-templates/tkp/reinit

Merge pull request #27 from python-project-templates/tkp/reinit #1

Workflow file for this run

name: Public Docs
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-ext/python/setup@main
- run: uv pip install .
- run: uv pip install yardang
- run: yardang build
- uses: peaceiris/actions-gh-pages@v4
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/html