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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user