ISISComputingGroup/WebDashboard

set up GHA workflow for previewing PRs

開放

#328 建立於 2026年6月4日

 (0 則留言) (0 個反應) (0 位負責人)TypeScript (3 個分叉)auto 404
good first issue

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (平均合併 10小時 55分鐘) (30 天內合併 18 個 PR)

描述

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!

貢獻者指南