Skip to content

[LG-71] - fixed route logs with path relative #100

[LG-71] - fixed route logs with path relative

[LG-71] - fixed route logs with path relative #100

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: 3.x
- uses: actions/[email protected]
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: pip install pillow cairosvg
- run: cd docs && mkdocs gh-deploy --force