diff --git a/package.json b/package.json index 2089607f..027ff8de 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "scripts": { "build": "gulp build && jekyll build", "build:watch": "gulp build && jekyll serve --watch --host=0.0.0.0", - "deploy": "npm run build && gh-pages --dotfiles --dist _site" + "deploy": "npm run build && gh-pages --dotfiles --dist _site", + "deploy:ci": "npm run build && gh-pages --dotfiles --dist _site --silent --repo \"https://${GH_TOKEN}@github.com/bitwarden/help.git\"" }, "devDependencies": { "bootstrap-sass": "3.3.7",