We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b61b59 commit 13c7618Copy full SHA for 13c7618
1 file changed
.github/workflows/update-mfp-index-html.yml
@@ -21,7 +21,6 @@ jobs:
21
- name: Run build mfp index.html script and save changes
22
run: |
23
python build-mfp-index-html.py
24
- git status
25
git diff --quiet index.html
26
if [ "$?" -eq 1 ];
27
then
0 commit comments