ACCESS-NRI / access-hive.org.au

Documentation hub for the Earth System models, ACCESS, and their community
https://access-hive.org.au/
8 stars 11 forks source link

Edit workflows to show different message in PR-preview link box if the deployment fails #640

Closed atteggiani closed 7 months ago

atteggiani commented 7 months ago

ISSUE At the moment, if the deployment of a PR fails, the PR-preview link box in the PR page will always show the following message:

PR Preview
------------------------------
🛫 Deployment still ongoing.
Preview URL will be available at the end of the deployment.

For more information, please check the [Actions](https://github.com/ACCESS-Hive/access-hive.github.io/actions) tab.

DATE

It will never get updated and does not give any information about the failure of the deployment.

SOLUTION Edit workflows to show different message in the PR-preview link box in case deployment fails.

atteggiani commented 7 months ago

Fixed with #639