Skip to content

refactor: update rector, psalm and add strict types (#159) #9

refactor: update rector, psalm and add strict types (#159)

refactor: update rector, psalm and add strict types (#159) #9

Workflow file for this run

name: Docs
on:
push:
branches:
- develop
paths:
- 'docs/*'
- 'mkdocs.yml'
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force