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

docs(v1): fix Windows instructions for GitHub Pages publishing #2307

Merged
merged 1 commit into from Feb 21, 2020

Conversation

jartuso
Copy link
Contributor

@jartuso jartuso commented Feb 20, 2020

additional space after GIT_USER=<GIT_USER> && was throwing errors on windows

Motivation

I had an issue publishing to gh pages from windows. Created an issue and got a solution which I'm now passing on as a pr!
#2258

Fixes #2258

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

I tried pushing a change to my gh-pages docs with the space "<GIT_USER> &&" it failed, when I tried without a space <GIT_USER>&& it worked.

Related PRs

(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/docusaurus, and link to your PR here.)

additional space after GIT_USER=<GIT_USER> && was throwing errors on windows
@facebook-github-bot
Copy link
Contributor

Hi @jartuso!

Thank you for your pull request and welcome to our community.We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.

In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@docusaurus-bot
Copy link
Contributor

Deploy preview for docusaurus-2 ready!

Built with commit 70b2585

https://deploy-preview-2307--docusaurus-2.netlify.com

@yangshun yangshun changed the title Fixed windows instructions for github pages docs(v2): fix windows instructions for Github Pages Feb 21, 2020
@yangshun yangshun changed the title docs(v2): fix windows instructions for Github Pages docs(v1): fix Windows instructions for GitHub Pages publishing Feb 21, 2020
Copy link
Contributor

@yangshun yangshun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@yangshun yangshun added the pr: documentation This PR works on the website or other text documents in the repo. label Feb 21, 2020
@yangshun yangshun merged commit d06ab64 into facebook:master Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: documentation This PR works on the website or other text documents in the repo.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish-gh-pages script fails -- error: git clone failed
4 participants