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