Fix python3 not having friendly name. (#160)
This commit is contained in:
parent
09aae6e34c
commit
d36cc4acc1
5
.github/workflows/wiki_update.yml
vendored
5
.github/workflows/wiki_update.yml
vendored
|
|
@ -13,11 +13,12 @@ jobs:
|
||||||
group: wiki-generation
|
group: wiki-generation
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository and run Markdown Patch-List
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: python3 scripts/gen-markdown-patchlist.py
|
- name: Generate Markdown Patch-List
|
||||||
|
run: python3 scripts/gen-markdown-patchlist.py
|
||||||
- name: Upload generated file to wiki
|
- name: Upload generated file to wiki
|
||||||
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user