Skip to content

Bump build from 1.2.2 to 1.2.2.post1 (#152) #61

Bump build from 1.2.2 to 1.2.2.post1 (#152)

Bump build from 1.2.2 to 1.2.2.post1 (#152) #61

Workflow file for this run

name: mkdocs-build
on:
push:
branches:
- main
jobs:
deploy-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: pip install --disable-pip-version-check -r requirements.txt
- run: mkdocs gh-deploy --force