Skip to content

Bump crate-ci/typos from 1.21.0 to 1.22.9 (#101) #103

Bump crate-ci/typos from 1.21.0 to 1.22.9 (#101)

Bump crate-ci/typos from 1.21.0 to 1.22.9 (#101) #103

Workflow file for this run

name: Documentation (mkdocs)
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: |
pip install mkdocs-material
cd Documentation
./preparedocs
mkdocs gh-deploy --force