diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index 724952d..3a8f418 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -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 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c5b7ec2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ + privacy + search \ No newline at end of file