-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Show built doc links directly in PR GUI #3711
Conversation
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.
Stamping to unblock your work.
thanks :)! |
Update: it worked \o/ #3712 |
@NicolasHug Awesome, good one! |
Ugh, just FYI, github started doing this literally yesterday: https://github.blog/changelog/2021-04-22-github-actions-maintainers-must-approve-first-time-contributer-workflow-runs/ So the job won't run on PRs from new contributors until we approve it. |
Heads up, I just reverted this PR. It was causing crazy problems for our internal tooling due to the |
Reviewed By: NicolasHug Differential Revision: D28169164 fbshipit-source-id: 30a048c1240c81abb89b033fe66a3143b83a0b80
This PR adds a new GitHub action that will automatically add a link to the rendered docs once the
build_docs
job is finished: https://github.com/larsoner/circleci-artifacts-redirector-actionRight now, checking the rendered docs is a bit tedious as one needs to go to the artifacts tab of the
build_docs
job, and then click on theindex.html
file. This will save a few clicks each time and make the rendered docs more obvious to everyone!As explained in the link above, this PR needs to be merged in
master
before we can even see whether it works or not.