This commit is contained in:
2026-04-18 20:39:04 +02:00
parent 4b70f2f5c7
commit 1bdb0a1f82

View File

@@ -10,6 +10,7 @@ on:
- 'nginx.conf'
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
@@ -17,10 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update -qq
apt-get install -y -qq python3-pip
pip3 install --break-system-packages mkdocs mkdocs-material
run: pip install mkdocs mkdocs-material
- run: mkdocs build