mirror of
https://github.com/Streckenkunde/Anwenderdokumentation.git
synced 2025-12-05 23:48: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 }}
|
||||
CUSTOM_DOMAIN: help.streckenkunde.dennis-heinri.ch
|
||||
CONFIG_FILE: mkdocs.yml
|
||||
EXTRA_PACKAGES: build-base privacy search
|
||||
REQUIREMENTS: folder/requirements.txt
|
||||
EXTRA_PACKAGES: build-base
|
||||
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