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 72fb355 commit bebe778Copy full SHA for bebe778
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
push:
5
branches:
6
- - source
+ - main
7
8
jobs:
9
deploy:
package.json
@@ -6,7 +6,7 @@
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
- "deploy": "docusaurus deploy",
+ "deploy": "DEPLOYMENT_BRANCH=gh-pages docusaurus deploy",
10
"crowdin-upload": "crowdin upload sources --auto-update -b source",
11
"crowdin-download": "crowdin download -b source",
12
"fetch-sponsors": "node scripts/fetch-sponsors.js"
0 commit comments