Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

Commit

Permalink
ci(gh-pages): prevented removal of files that arent in the src branch
Browse files Browse the repository at this point in the history
this wont be a good long term solution because of filenames changing each time the contents change,
but the --remove flag isnt working as expected. this should at least prevent the removal of CNAME
with every deploy until i hear back on tschaub/gh-pages#179
  • Loading branch information
travi committed Jun 16, 2017
1 parent 2d20779 commit ef8dbdd
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 @@ -13,7 +13,7 @@
"build": "webpack --env production",
"build:dev": "webpack --env development",
"start": "babel-node webpack-dev-server.js",
"deploy": "gh-pages -r \"https://[email protected]/travi/presentations.git\" --remove \"!CNAME\" -d lib/",
"deploy": "gh-pages -r \"https://[email protected]/travi/presentations.git\" -a -d lib/",
"commitmsg": "validate-commit-msg",
"precommit": "npm test"
},
Expand Down

0 comments on commit ef8dbdd

Please sign in to comment.