Skip to content

Bump crate-ci/typos from 1.18.2 to 1.19.0 (#94) #90

Bump crate-ci/typos from 1.18.2 to 1.19.0 (#94)

Bump crate-ci/typos from 1.18.2 to 1.19.0 (#94) #90

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