Skip to content

Underline semver API stability. #59

Underline semver API stability.

Underline semver API stability. #59

Workflow file for this run

name: pre-release
on:
push: {}
env:
GIT_CLIFF_VERSION: 2.12.0
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
- run: make docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build
force_orphan: true