Skip to content

Added a system property to configure the directory of the webp binari… #74

Added a system property to configure the directory of the webp binari…

Added a system property to configure the directory of the webp binari… #74

Workflow file for this run

name: docs
on:
push:
branches:
- master
paths:
- 'docs/**'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force