-
Notifications
You must be signed in to change notification settings - Fork 110
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
Bump GitHub Actions #260
Bump GitHub Actions #260
Conversation
I think I've finally cracked the previews by separating "build" and "deploy" into separate workflows. Deploy uses Made a small pull request to the surge-preview action to make this work afc163/surge-preview#297 (comment) Tested here relativeorbit/sarbook#7 |
name: Pull Request Preview | ||
|
||
on: | ||
workflow_run: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only runs on the main branch, so need to merge to actually see it in action
Going to go ahead and merge, can always revert or disable the preview workflow in the future |
😭 Deploy PR Preview cf65eab failed. Build logs 🤖 By surge-preview |
Address #259