Skip to content

build(deps): bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#90) #90

build(deps): bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#90)

build(deps): bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#90) #90

Workflow file for this run

name: docs
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ASDF Parse
uses: kota65535/[email protected]
id: versions
- uses: actions/setup-python@v5
with:
python-version: "${{ steps.versions.outputs.python }}"
architecture: x64
- uses: abatilo/[email protected]
with:
poetry-version: "${{ steps.versions.outputs.poetry }}"
- run: poetry install --extras all
- run: poetry run mkdocs build
- uses: peaceiris/[email protected]
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
publish_dir: ./site