Skip to content

Remove stashed tutorial files #8

Remove stashed tutorial files

Remove stashed tutorial files #8

Workflow file for this run

name: Deploy Documentation
on:
push:
branches:
- website
- tutorial
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: pip install mkdocs-material
- name: Build and deploy
run: mkdocs gh-deploy --force