Skip to content

2.4.0+1.21

2.4.0+1.21 #20

Workflow file for this run

name: Update docs
on:
release:
types:
- published
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material mkdocs-minify-plugin pillow cairosvg
- run: mkdocs gh-deploy --force
env:
SOCIAL_CARDS: true # Enable social cards building
SITE_URL: https://placeholders.pb4.eu # Set the site url for mkdocs