Skip to content

Commit 9649c8b

Browse files
committed
tell gh-pages to include dotfiles (.nojekyll!)
1 parent b5728b7 commit 9649c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "next build && next export",
1010
"start": "next start",
1111
"clean": "rm -rf node_module/.cache && rm -rf out",
12-
"deploy": "yarn clean && yarn build && touch out/.nojekyll && gh-pages -d out",
12+
"deploy": "yarn clean && yarn build && touch out/.nojekyll && gh-pages -t -d out",
1313
"type-check": "tsc"
1414
},
1515
"dependencies": {

0 commit comments

Comments
 (0)