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
|
||||
cancel-in-progress: false
|
||||
steps:
|
||||
- name: Checkout Repository and run Markdown Patch-List
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
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
|
||||
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user