Skip to content

Commit 380a436

Browse files
committedDec 13, 2021
fix documentation workflow
1 parent 16b45d1 commit 380a436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "tsc",
1818
"build-all": "npm run build:client && npm run build:test-utils && npm run build:modules && npm run build",
1919
"documentation": "npm run documentation -ws --if-present",
20-
"gh-pages": "gh-pages -d ./documentation -e ./documentation"
20+
"gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'"
2121
},
2222
"dependencies": {
2323
"@node-redis/client": "^1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.