-
Notifications
You must be signed in to change notification settings - Fork 417
Open
Labels
enhancementNew feature or requestNew feature or request
Description
GitHub is working on built-in support for deploy previews on PRs:
community/community#7730
It seems like the feature is in alpha right now, and my guess is it will be ready sometime this year (hopefully very soon!).
Once this becomes available, it will drastically simplify the template template:
- A
gh-pagesbranch will no longer be needed, and thus we can get rid of that step in the first time setup workflow. rossjrw/pr-preview-actionwill no longer be needed.- The complicated separation and chaining of workflows can go away. Currently needed because a commit from one workflow cannot automatically trigger another workflow, but this will not apply to the built-in triggering of a Pages build. I expect to be able to cut down the number of files and lines of code in
.github/workflowsby half or more.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request