Skip to content

Commit 492518a

Browse files
committed
Revert to master for deploying docs
1 parent db494ff commit 492518a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Only collaborators on this repository can deploy. Run the following command from
4747
```bash
4848
GIT_USER=<Your GitHub username> \
4949
CURRENT_BRANCH=main \
50-
DEPLOYMENT_BRANCH=gh-pages \
5150
USE_SSH=true \
5251
yarn deploy
5352
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "docusaurus start",
77
"build": "docusaurus build",
88
"swizzle": "docusaurus swizzle",
9-
"deploy": "DEPLOYMENT_BRANCH=gh-pages docusaurus deploy",
9+
"deploy": "docusaurus deploy",
1010
"crowdin-upload": "crowdin upload sources --auto-update -b main",
1111
"crowdin-download": "crowdin download -b main",
1212
"fetch-sponsors": "node scripts/fetch-sponsors.js"

0 commit comments

Comments
 (0)