Skip to content

Commit

Permalink
Render site reset
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed May 30, 2024
1 parent 575c5e2 commit 3498932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/render-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add --force docs/*
git commit -m 'Render site' || echo "No changes to commit"
git reset --hard HEAD
git pull --rebase --allow-unrelated-histories --strategy-option=ours
git push origin main || echo "No changes to push"

0 comments on commit 3498932

Please sign in to comment.