Skip to content

Merge pull request #766 from Paraphraser/20240423-domoticz-master #298

Merge pull request #766 from Paraphraser/20240423-domoticz-master

Merge pull request #766 from Paraphraser/20240423-domoticz-master #298

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip3 install -r requirements-mkdocs.txt
- run: mkdocs gh-deploy --force