Skip to content

Bump certifi from 2022.12.7 to 2023.7.22 (#244) #69

Bump certifi from 2022.12.7 to 2023.7.22 (#244)

Bump certifi from 2022.12.7 to 2023.7.22 (#244) #69

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