Skip to content

Bump actions/checkout from 3 to 4 #25

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #25

Workflow file for this run

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