Skip to content

tutorial 2 updated to 4.3 #14

tutorial 2 updated to 4.3

tutorial 2 updated to 4.3 #14

Workflow file for this run

---
name: Continuous Integration (CI)
on:
push:
branches: [master]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: actions/setup-python@v5.0.0
with:
python-version: 3.12
cache: pip
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force