Skip to content

Bump pylint from 3.3.3 to 3.3.4 (#208) #101

Bump pylint from 3.3.3 to 3.3.4 (#208)

Bump pylint from 3.3.3 to 3.3.4 (#208) #101

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.13
- run: pip install --disable-pip-version-check -r requirements.txt
- run: mkdocs gh-deploy --force