Skip to content

Pipeline: Release 4.5.0.stable29 documentation #358

Pipeline: Release 4.5.0.stable29 documentation

Pipeline: Release 4.5.0.stable29 documentation #358

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-static-i18n mkdocs-glightbox
- run: mkdocs gh-deploy --force