We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd67a0 commit 9052705Copy full SHA for 9052705
1 file changed
.github/workflows/update-mfp-index-html.yml
@@ -18,10 +18,10 @@ jobs:
18
cache: "pip"
19
- name: Install dependencies
20
run: pip install -r requirements.txt
21
- - name: Run build mfp index.html script
22
- run: python build-mfp-index-html.py
23
- - name: Commit and push
+ - name: Run build mfp index.html script and save changes
24
run: |
+ python build-mfp-index-html.py
+ git status
25
git diff --quiet index.html
26
if [ "$?" -eq 1 ];
27
then
0 commit comments