ISISComputingGroup/WebDashboard

set up GHA workflow for previewing PRs

Offen

#328 geöffnet am 04.06.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (3 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (2 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 10h 55m) (18 gemergte PRs in 30 T)

Beschreibung

https://github.com/rossjrw/pr-preview-action can be used to preview github pages deployments before they're merged to main. this would make things like dependabot PR review much easier as you might not need to check out any code - could just open the preview and see if it still works (assuming all other CI has passed!)

There may be an official option being developed: https://github.com/actions/deploy-pages/blob/main/action.yml#L29 but in the meantime it looks like we can use the above action.

obviously this needs to not break the main deployment!

Contributor Guide