We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09aae6e commit d36cc4aCopy full SHA for d36cc4a
.github/workflows/wiki_update.yml
@@ -13,11 +13,12 @@ jobs:
13
group: wiki-generation
14
cancel-in-progress: false
15
steps:
16
- - name: Checkout Repository and run Markdown Patch-List
+ - name: Checkout Repository
17
uses: actions/checkout@v3
18
with:
19
fetch-depth: 0
20
- - run: python3 scripts/gen-markdown-patchlist.py
+ - name: Generate Markdown Patch-List
21
+ run: python3 scripts/gen-markdown-patchlist.py
22
- name: Upload generated file to wiki
23
uses: SwiftDocOrg/github-wiki-publish-action@v1
24
0 commit comments