mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-26 05:51:12 +01:00
Fix wrong install command and move comment step
This commit is contained in:
7
.github/workflows/pr_wiki_validation.yml
vendored
7
.github/workflows/pr_wiki_validation.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user