Skip to content

Commit 0459ee3

Browse files
committed
🐛 Fixed deployment build script
1 parent 6648c6d commit 0459ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const USERNAME = "codewithkyle";
66
const PROJECT = "notifyjs";
77

88
ghPages.publish(
9-
"public",
9+
"test",
1010
{
1111
user: {
1212
name: NAME,

0 commit comments

Comments
 (0)