Michel-FK 6bd628649d instal lthe minify-plugin
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
2021-01-17 18:08:55 +01:00

17 lines
368 B
YAML

name: ci
on:
push:
branches:
- source
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-minify-plugin
- run: mkdocs gh-deploy --force --remote-branch master