Skip to content

Commit de5e5f0

Browse files
committed
fix gh-pages command
1 parent caa185a commit de5e5f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"npm-update": "npm-check --skip-unused -u",
3333
"docs": "run-s docs:*",
3434
"docs:html": "typedoc src/index.ts",
35-
"docs:publish": "gh-pages -d ./docs --name=Hypercubed --email=hypercubed@gmail.com"
35+
"docs:publish": "gh-pages -d ./docs --user \"J. Harshbarger <hypercubed@gmail.com>\""
3636
},
3737
"engines": {
3838
"node": ">=10"

0 commit comments

Comments
 (0)