Skip to content

[LG-77] - Upgrade Docker images configurations #103

[LG-77] - Upgrade Docker images configurations

[LG-77] - Upgrade Docker images configurations #103

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