Skip to content

Commit 415ac41

Browse files
committed
ADD TO: publish action / check for outage before committing
1 parent 4c5e62c commit 415ac41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
- name: Re-run tables of contents with different settings for specific file
5252
run: doctoc ./_wiki/Version-4.0-User-Upgrade-Guide.md --github --maxlevel 3 --update-only
5353

54+
- name: Check GitHub Git Operations status
55+
uses: crazy-max/ghaction-github-status@v4
56+
with:
57+
git_threshold: partial_outage
58+
5459
- name: Deploy to wiki
5560
uses: Andrew-Chen-Wang/github-wiki-action@v4
5661
env:

0 commit comments

Comments
 (0)