Skip to content

Commit c1d84a9

Browse files
committed
fix docs deploy
1 parent 6154ffa commit c1d84a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
run: |
4444
cd ./website
4545
npm run build
46-
npm run deploy
46+
USE_SSH=true npm run deploy

packages/config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@lemoncode/config",
3+
"version": "0.0.0",
34
"private": true,
45
"files": [
56
"test",

0 commit comments

Comments
 (0)