We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db494ff commit 492518aCopy full SHA for 492518a
README.md
@@ -47,7 +47,6 @@ Only collaborators on this repository can deploy. Run the following command from
47
```bash
48
GIT_USER=<Your GitHub username> \
49
CURRENT_BRANCH=main \
50
-DEPLOYMENT_BRANCH=gh-pages \
51
USE_SSH=true \
52
yarn deploy
53
```
package.json
@@ -6,7 +6,7 @@
6
"start": "docusaurus start",
7
"build": "docusaurus build",
8
"swizzle": "docusaurus swizzle",
9
- "deploy": "DEPLOYMENT_BRANCH=gh-pages docusaurus deploy",
+ "deploy": "docusaurus deploy",
10
"crowdin-upload": "crowdin upload sources --auto-update -b main",
11
"crowdin-download": "crowdin download -b main",
12
"fetch-sponsors": "node scripts/fetch-sponsors.js"
0 commit comments