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 fb4380c commit 2f182c4Copy full SHA for 2f182c4
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 USE_SSH=true docusaurus deploy",
+ "deploy": "DEPLOYMENT_BRANCH=main docusaurus deploy",
12
"clear": "docusaurus clear",
13
"serve": "docusaurus serve",
14
"write-translations": "docusaurus write-translations",
adminforth/package.json
@@ -36,12 +36,6 @@
36
"slackIcon": ":package:",
37
"markdownReleaseNotes": true
38
}
39
- ],
40
- [
41
- "@semantic-release/exec",
42
- {
43
- "successCmd": "sh -lc 'cd documentation && npm ci && npm run build && npm run deploy'"
44
- }
45
]
46
],
47
"branches": [
0 commit comments