Skip to content

Add Traefik and Authelia config examples to KitchenOwl docs (#296) #33

Add Traefik and Authelia config examples to KitchenOwl docs (#296)

Add Traefik and Authelia config examples to KitchenOwl docs (#296) #33

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
paths:
- docs/**
- mkdocs.yml
workflow_dispatch:
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EXTRA_PACKAGES: build-base
REQUIREMENTS: docs-requirements.txt