Fix wrong install command and move comment step

This commit is contained in:
Andre_601
2026-02-09 15:28:11 +01:00
committed by GitHub
parent f267887b5e
commit 7b8550c3f1

View File

@@ -38,15 +38,12 @@ jobs:
with: with:
python-version: 3.x python-version: 3.x
- name: "Install dependencies" - name: "Install dependencies"
run: "pip install -r requirements.txt" run: "python -m pip install mkdocs-material"
- name: "Build Site" - name: "Build Site"
run: "mkdocs build --strict" run: "mkdocs build --strict"
commentOnFail:
runs-on: ubuntu-latest
if: ${{ failure() }}
steps:
- name: "Create Comment" - name: "Create Comment"
uses: peter-evans/create-or-update-comment@v5 uses: peter-evans/create-or-update-comment@v5
if: ${{ failure() }}
with: with:
body: |- body: |-
## Wiki Build failure ## Wiki Build failure