-
Notifications
You must be signed in to change notification settings - Fork 538
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
Publish docs automatically #38
Comments
shawnbot
added
the
🚧 blocked
Someone or something is preventing this from moving forward
label
May 29, 2018
Note: I'm marking this as |
shawnbot
removed
the
🚧 blocked
Someone or something is preventing this from moving forward
label
Jul 2, 2018
Closed
This will actually be done via PRs if we decide to merge #226. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently our process of running
npm run build
to update thedocs
directory (so that we can then publish to GitHub Pages) is a bit tedious and error-prone because:I propose that we build the site on CI (which also ensures that the site always builds) and publish it from there, ideally to a branch-specific URL on the
gh-pages
branch so that the URL would be, for instance,https://primer.github.io/primer-react/preview/my-branch-name/
.The text was updated successfully, but these errors were encountered: