Skip to content

Merge pull request #119 from zehengl/dependabot/pip/tqdm-4.66.3 #127

Merge pull request #119 from zehengl/dependabot/pip/tqdm-4.66.3

Merge pull request #119 from zehengl/dependabot/pip/tqdm-4.66.3 #127

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- run: pip install -r requirements-docs.txt
- run: mkdocs gh-deploy --force