You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up a static website with an S3 bucket to host the content on.
Add the necessary secrets to the reference repo so that a GitHub action can upload the files to the bucket (use oidc instead)?
Add a way to trigger the preview (i.e. store the files to the S3 bucket). Example: this can be done from a workflow_dispatch or from a GH comment in the PR. Example here.
The intent is for these previews to only be generated manually via a bot by a team member. They would type something like @rustbot preview in the GH comment).
The action that generates the preview will only be on the master branch, so a PR can't change what s3 command is run.
Set up rendered previous or PRs for the reference repository.
Zulip proposal
Zulip discussion here.
reference
repo so that a GitHub action can upload the files to the bucket (use oidc instead)?@rustbot preview
in the GH comment).My proposal
Use github pages. Demo here.
The text was updated successfully, but these errors were encountered: