Skip to content

Commit

Permalink
Merge pull request #78 from jhudsl/render-action-update
Browse files Browse the repository at this point in the history
Update render-site.yml
  • Loading branch information
carriewright11 authored Aug 21, 2024
2 parents 6d9bc00 + 79607c4 commit db94590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ 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 push origin main || echo "No changes to push"
git push --force origin main || echo "No changes to push"

0 comments on commit db94590

Please sign in to comment.