1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

no quotes

This commit is contained in:
Kyle Spearrin
2019-03-22 10:05:02 -04:00
parent 17397aa219
commit 6594726855
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ before_build:
- node --version
- npm --version
- ruby --version
- jekyll --version
build_script:
- npm install

View File

@@ -5,7 +5,7 @@
"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:ci": "npm run build && gh-pages --dotfiles --dist _site --silent --repo \"https://${GH_TOKEN}@github.com/bitwarden/help.git\""
"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",