Skip to content

[54] Partially rewrite the Add Series page #672

[54] Partially rewrite the Add Series page

[54] Partially rewrite the Add Series page #672

Workflow file for this run

name: Update Documentation
on:
push:
branches:
- web-ui
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.13.7"
- uses: actions/checkout@master
with:
repository: CollinHeist/mkdocs-material
path: ./mkdocs
- run: cd mkdocs && python -m pip install .[imaging] termynal==0.11.1 mkdocs-glightbox==0.3.4
- run: mkdocs gh-deploy --force