Skip to content

Update actions/setup-python action to v7 (#69) #70

Update actions/setup-python action to v7 (#69)

Update actions/setup-python action to v7 (#69) #70

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force --config-file docs/mkdocs.yml