Skip to content
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

[feature request] manual deploy #99

Closed
rickyvetter opened this issue Sep 29, 2017 · 1 comment
Closed

[feature request] manual deploy #99

rickyvetter opened this issue Sep 29, 2017 · 1 comment
Labels
feature This is not a bug or issue with Docusausus, per se. It is a feature request for the future.

Comments

@rickyvetter
Copy link
Contributor

I definitely see the advantage of setting up CI deploys, but it would be really nice to be able to run docusaurus-publish --manual or docusaurus-publish --local and deploy from your own machine with your github identity. I think this would lower the barrier greatly for getting a site up and getting it running.

@JoelMarcey JoelMarcey added the feature This is not a bug or issue with Docusausus, per se. It is a feature request for the future. label Oct 30, 2017
@endiliey
Copy link
Contributor

Seems that https://docusaurus.io/docs/en/publishing.html#using-github-pages have mentioned how to manually publish without CI

GIT_USER=<GIT_USER> \
  CURRENT_BRANCH=master \
  USE_SSH=true \
  yarn run publish-gh-pages # or `npm run publish-gh-pages`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This is not a bug or issue with Docusausus, per se. It is a feature request for the future.
Projects
None yet
Development

No branches or pull requests

3 participants