We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GIT_USER environment variable is required for deploying, but in case of SSH, I think there is no problem without GIT_USER.
If USE_SSH is true, I'd like to fix it so that GIT_USER is not needed. Is there any problem with this?
docusaurus/packages/docusaurus/src/commands/deploy.ts
Lines 29 to 32 in 6e43c9b
Lines 75 to 79 in 6e43c9b
👍
The text was updated successfully, but these errors were encountered:
Hi,
I'm not using GH pages. Have you tested these changes locally and it works fine without GIT_USER and with USE_SSH?
Any help to setup and document carefully the GH deployment workflow is welcome, it's very likely we can improve those.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
💥 Proposal
GIT_USER environment variable is required for deploying, but in case of SSH, I think there is no problem without GIT_USER.
If USE_SSH is true, I'd like to fix it so that GIT_USER is not needed. Is there any problem with this?
docusaurus/packages/docusaurus/src/commands/deploy.ts
Lines 29 to 32 in 6e43c9b
docusaurus/packages/docusaurus/src/commands/deploy.ts
Lines 75 to 79 in 6e43c9b
Have you read the Contributing Guidelines on issues?
👍
The text was updated successfully, but these errors were encountered: