Skip to content
Compare
Choose a tag to compare
@JamesIves JamesIves released this 14 May 21:42
· 959 commits to dev since this release
1ada96b

Major Changes

  • Added an export called DEPLOYMENT_STATUS which indicates if the deployment was successful or not. The possible outcomes are success failed and skipped. This allows you to reference the output in your workflow after the deployment so you can do things such as posting the status to a third party service. You can read more here: https://github.com/JamesIves/github-pages-deploy-action#deployment-status

Minor Changes

  • Plenty of dependency updates.