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!

贡献者指南