From 7b8550c3f1fa8ba2e21c6dd19a5f7bf9315e507d Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:28:11 +0100 Subject: [PATCH] Fix wrong install command and move comment step --- .github/workflows/pr_wiki_validation.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr_wiki_validation.yml b/.github/workflows/pr_wiki_validation.yml index 4453259..f247eed 100644 --- a/.github/workflows/pr_wiki_validation.yml +++ b/.github/workflows/pr_wiki_validation.yml @@ -38,15 +38,12 @@ jobs: with: python-version: 3.x - name: "Install dependencies" - run: "pip install -r requirements.txt" + run: "python -m pip install mkdocs-material" - name: "Build Site" run: "mkdocs build --strict" - commentOnFail: - runs-on: ubuntu-latest - if: ${{ failure() }} - steps: - name: "Create Comment" uses: peter-evans/create-or-update-comment@v5 + if: ${{ failure() }} with: body: |- ## Wiki Build failure