mirror of
https://github.com/Streckenkunde/Anwenderdokumentation.git
synced 2025-12-05 23:48:35 +00:00
Entfernen der Dependencies
This commit is contained in:
parent
9ed8619884
commit
8e79812a0b
3 changed files with 1 additions and 9 deletions
6
.github/workflows/publish-documentation.yml
vendored
6
.github/workflows/publish-documentation.yml
vendored
|
|
@ -14,11 +14,6 @@ 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:
|
||||
|
|
@ -26,4 +21,3 @@ jobs:
|
|||
CUSTOM_DOMAIN: help.streckenkunde.dennis-heinri.ch
|
||||
CONFIG_FILE: mkdocs.yml
|
||||
EXTRA_PACKAGES: build-base
|
||||
REQUIREMENTS: requirements.txt
|
||||
|
|
@ -13,7 +13,6 @@ theme:
|
|||
|
||||
plugins:
|
||||
- search
|
||||
- mkpdfs
|
||||
|
||||
extra:
|
||||
generator: false
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
mkpdfs-mkdocs
|
||||
Loading…
Reference in a new issue