Fix python3 not having friendly name. (#160)

This commit is contained in:
Kichura 2023-07-12 17:37:46 +02:00 committed by GitHub
parent 09aae6e34c
commit d36cc4acc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: