diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index 6e7d3fc..2c0d2f3 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -14,16 +14,10 @@ jobs: - name: Projekt herunterladen uses: actions/checkout@v2 - - name: Install dependencies - run: | - sudo apt-get update - sudo apt-get install -y python3-cffi libcairo2 libpango-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info - - name: Dokumentation hochladen uses: mhausenblas/mkdocs-deploy-gh-pages@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CUSTOM_DOMAIN: help.streckenkunde.dennis-heinri.ch CONFIG_FILE: mkdocs.yml - EXTRA_PACKAGES: build-base - REQUIREMENTS: requirements.txt \ No newline at end of file + EXTRA_PACKAGES: build-base \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 17af51d..d2caa7f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,7 +13,6 @@ theme: plugins: - search - - mkpdfs extra: generator: false diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index d9c52ca..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -mkpdfs-mkdocs \ No newline at end of file