Skip to content

Commit 9052705

Browse files
wip
1 parent 5dd67a0 commit 9052705

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-mfp-index-html.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
cache: "pip"
1919
- name: Install dependencies
2020
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
21+
- name: Run build mfp index.html script and save changes
2422
run: |
23+
python build-mfp-index-html.py
24+
git status
2525
git diff --quiet index.html
2626
if [ "$?" -eq 1 ];
2727
then

0 commit comments

Comments
 (0)