mirror of
https://github.com/Streckenkunde/Anwenderdokumentation.git
synced 2025-12-06 07:58:35 +00:00
GDPR Compliance und Volltextsuche
This commit is contained in:
parent
34dadb761e
commit
363c390b25
2 changed files with 4 additions and 2 deletions
4
.github/workflows/publish-documentation.yml
vendored
4
.github/workflows/publish-documentation.yml
vendored
|
|
@ -20,5 +20,5 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CUSTOM_DOMAIN: help.streckenkunde.dennis-heinri.ch
|
CUSTOM_DOMAIN: help.streckenkunde.dennis-heinri.ch
|
||||||
CONFIG_FILE: mkdocs.yml
|
CONFIG_FILE: mkdocs.yml
|
||||||
EXTRA_PACKAGES: build-base privacy search
|
EXTRA_PACKAGES: build-base
|
||||||
REQUIREMENTS: folder/requirements.txt
|
REQUIREMENTS: requirements.txt
|
||||||
|
|
|
||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
privacy
|
||||||
|
search
|
||||||
Loading…
Reference in a new issue