Skip to content

Bump certifi from 2024.2.2 to 2024.7.4 (#17) #34

Bump certifi from 2024.2.2 to 2024.7.4 (#17)

Bump certifi from 2024.2.2 to 2024.7.4 (#17) #34

Workflow file for this run

name: docs
on:
push:
branches:
- master
#workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry install --only docs
- name: Publish docs
run: |
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
poetry run mkdocs gh-deploy