Skip to content

Bump pylint from 3.3.0 to 3.3.1 (#144) #58

Bump pylint from 3.3.0 to 3.3.1 (#144)

Bump pylint from 3.3.0 to 3.3.1 (#144) #58

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