From 7a8b1bae96bc50a59903c5ed0fb15a7a27917795 Mon Sep 17 00:00:00 2001 From: Dennis Heinrich Date: Mon, 25 Mar 2024 07:19:33 +0100 Subject: [PATCH] =?UTF-8?q?Kaputten=20Build=20zur=C3=BCcksetzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-documentation.yml | 3 +-- mkdocs.yml | 4 ---- requirements.txt | 2 -- 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 requirements.txt 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