Skip to content

Bump crate-ci/typos from 1.29.0 to 1.29.5 (#130) #133

Bump crate-ci/typos from 1.29.0 to 1.29.5 (#130)

Bump crate-ci/typos from 1.29.0 to 1.29.5 (#130) #133

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