Skip to content

Commit

Permalink
Publish updated data if only readme-machine fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper-Guo committed Aug 2, 2024
1 parent 8b6f41e commit 359422e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Automation/data-refresh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ handle_failure() {
then
# failure in making README graphics, withhold all graph updates only
git restore Docs/visuals/*
git add .
git commit -m "Partial data refresh (no visualizations)" || true # ignore non-zero exit status when there's no diff on main
./Automation/auto-push.exp -d 2>./Automation/auto-push.log
fi

# relaunch server
Expand Down

0 comments on commit 359422e

Please sign in to comment.