Skip to content

Bump gitpython from 3.1.29 to 3.1.30 (#38) #39

Bump gitpython from 3.1.29 to 3.1.30 (#38)

Bump gitpython from 3.1.29 to 3.1.30 (#38) #39

Workflow file for this run

name: MkDocs
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- run: pip install mkdocs-material pygments
- run: mkdocs gh-deploy --force