-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Fix failing GH pages deploy workflow #215
Conversation
✅ Deploy Preview for splendorous-kataifi-9ae281 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I think we need this action :) Don't we deploy to GitHub Pages? I wouldn't know how else to trigger a deploy if not via this action. |
According the the repo settings, we deploy to GitHub Pages. So this action is still required. |
Looks like we need to deal with the silly forced upload-artifact upgrade :( |
How does the netlify preview work then in this pr? :) |
The repo settings are probably a leftover from jekyll times 👹 |
If not sure, lets sleep over it. I'm a bit tired already and might totally be missing something obvious 😄 |
The previews are on Netlify because GitHub Pages can't do branch previews. At least back then it didn't. What problem are we trying to solve here? I think we need to fix the action, not delete it, right? |
Looking at the current DNS records, it seems that the main v4 docs are on GitHub Pages, while the old v3 docs are on Netlify. We had tried deploying multiple GitHub Pages sites, but there can only be one site per repo and we didn't want to split the old docs into their own repo. So we had to use Netlify for that. |
Ok sorry, it was definitely too late for my brain yesterday 🥱😵💫. And thank you for keeping a cool head! I will revert the deletion and simply update the action later today. Sorry for the noise! |
No worries, it's definitely very confusing with v4, v3, and branch previews all doing slightly different things 🤖 |
This reverts commit 77cf78d.
Ready :) |
Nice! I've renamed to PR 🙃 |
Description
Closes #214
Fix the failing deploy.yml workflow.
We deploy to netlify so that file was a leftover anywaysDrive-By
Checks
main
branchnpm run lint
)npm run test
)