-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add action to deploy website previews for PRs #2
base: dev
Are you sure you want to change the base?
Conversation
|
Building the site and running the pr-preview seems to work. However, when going to the preview link it seems to for some reason forward to the main website, which is not what we want. |
The |
@rly @bendichter do you have an idea what the issue may be with this PR. As far as i can tell, everything seems to work but the pr-preview link seems to forward to the main website instead of showing the actual page (but I can't seem to figure out why) |
We use the deploy-pages action to deploy the site. That may not be compatible with this pr-preview action... rossjrw/pr-preview-action#21 |
If we continue this path, we may need to update the workflow permissions. It seems the github token may not (or no longer) have permissions to write to a branch / comment on a PR. |
No description provided.