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 fd8a311 commit fb4380cCopy full SHA for fb4380c
adminforth/documentation/package.json
@@ -8,7 +8,7 @@
8
"start": "docusaurus start",
9
"build": "docusaurus build",
10
"swizzle": "docusaurus swizzle",
11
- "deploy": "DEPLOYMENT_BRANCH=main docusaurus deploy",
+ "deploy": "DEPLOYMENT_BRANCH=main USE_SSH=true docusaurus deploy",
12
"clear": "docusaurus clear",
13
"serve": "docusaurus serve",
14
"write-translations": "docusaurus write-translations",
adminforth/package.json
@@ -40,7 +40,7 @@
40
[
41
"@semantic-release/exec",
42
{
43
- "successCmd": "sh -lc 'cd documentation && npm ci && npm run build && USE_SSH=1 npm run deploy'"
+ "successCmd": "sh -lc 'cd documentation && npm ci && npm run build && npm run deploy'"
44
}
45
]
46
],
0 commit comments