mirror of
https://github.com/Streckenkunde/Anwenderdokumentation.git
synced 2025-12-05 23:48:35 +00:00
Installation von Dependencies
This commit is contained in:
parent
10ae9759a6
commit
9ed8619884
1 changed files with 5 additions and 0 deletions
5
.github/workflows/publish-documentation.yml
vendored
5
.github/workflows/publish-documentation.yml
vendored
|
|
@ -14,6 +14,11 @@ 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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue