Skip to content

Commit

Permalink
Push .nojekyll to gh-pages branch
Browse files Browse the repository at this point in the history
Resolves gh-3

For more, see: tschaub/gh-pages#315
  • Loading branch information
jamesplease authored Mar 21, 2020
1 parent 26357e0 commit faee101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"export": "next export",
"deploy": "rm -rf node_modules/.cache && rimraf out && next build && next export && touch out/.nojekyll && gh-pages -d out"
"deploy": "rm -rf node_modules/.cache && rimraf out && next build && next export && touch out/.nojekyll && gh-pages -d out -t true"
},
"dependencies": {
"next": "latest",
Expand Down

0 comments on commit faee101

Please sign in to comment.