Skip to content

Commit 699f0f1

Browse files
committed
fixes after review
1 parent f958a5a commit 699f0f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_and_run_chain_simulator_and_execute_system_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,11 @@ jobs:
362362
done
363363
echo "</ul></body></html>" >> index.html
364364
git add index.html
365-
git commit -m "Update Index of Reports" || echo "No changes to commit."
365+
if git commit -m "Update Index of Reports"; then
366366
git push origin gh-pages --force
367+
else
368+
echo "No changes to commit. Nothing to push."
369+
fi
367370
else
368371
mkdir -p docs
369372
cd docs

0 commit comments

Comments
 (0)