diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index 3a8f418..2c0d2f3 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -20,5 +20,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CUSTOM_DOMAIN: help.streckenkunde.dennis-heinri.ch CONFIG_FILE: mkdocs.yml - EXTRA_PACKAGES: build-base - REQUIREMENTS: requirements.txt + EXTRA_PACKAGES: build-base \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 54c829d..5f1fa93 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,10 +10,6 @@ theme: features: - navigation.footer -plugins: - - privacy - - search - extra: generator: false social: diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index c5b7ec2..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ - privacy - search \ No newline at end of file