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.
2 parents 1a68035 + 1b563c3 commit 3a6b5c9Copy full SHA for 3a6b5c9
.github/workflows/wiki_update.yml
@@ -9,16 +9,16 @@ jobs:
9
wikigen:
10
if: github.repository_owner == 'embeddedt'
11
runs-on: ubuntu-latest
12
- concurrency:
13
- group: wiki-generation
14
- cancel-in-progress: false
15
steps:
16
- name: Checkout Repository
17
uses: actions/checkout@v3
18
with:
19
fetch-depth: 0
20
- name: Generate Markdown Patch-List
21
run: python3 scripts/gen-markdown-patchlist.py
+ - name: Very legitimate hack for wiki push race condition
+ run: sleep $((1 + (RANDOM % 3))
+ shell: bash
22
- name: Upload generated file to wiki
23
uses: SwiftDocOrg/github-wiki-publish-action@v1
24
0 commit comments