Skip to content
Compare
Choose a tag to compare
@rhysd rhysd released this 16 Nov 00:24
· 404 commits to master since this release
  • Improve: Added retry for git push. When remote GitHub Pages branch is updated after the current workflow had fetched the branch, git push will fail because the remote branch is not up-to-date. In the case this action will try to rebase onto the latest remote by git pull --rebase and git push again. This is useful when your multiple workflows may be trying to push GitHub Pages branch at the same timing. auto-push input must be set to true for this.
  • Fix: Description for auto-push was missing in action.yml