Skip to content

strict python versioning in ci.yml #73

strict python versioning in ci.yml

strict python versioning in ci.yml #73

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install mkdocs-material
pip install mkdocs-glightbox
- run: mkdocs gh-deploy --force