Skip to content

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#69) #53

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#69)

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#69) #53

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/checkout@v4.1.7
- name: Set up Python 3.x
uses: actions/setup-python@v5.2.0
with:
python-version: "3.x"
- name: Install Poetry
uses: snok/install-poetry@v1.4.1
- name: Install Package
run: poetry install
- name: Build and deploy docs
run: poetry run mkdocs gh-deploy --clean --strict --verbose --force