Skip to content

Bump actions/setup-python from 5.1.1 to 5.2.0 (#182) #144

Bump actions/setup-python from 5.1.1 to 5.2.0 (#182)

Bump actions/setup-python from 5.1.1 to 5.2.0 (#182) #144

Workflow file for this run

name: publish-docs
on:
push:
branches:
- main
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/[email protected]
- name: Set up Python 3.x
uses: actions/[email protected]
with:
python-version: "3.x"
- name: Install Poetry
uses: snok/[email protected]
- name: Install Package
run: poetry install
- name: Build and deploy docs
run: poetry run mkdocs gh-deploy --clean --strict --verbose --force