Skip to content

Commit

Permalink
no quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Mar 22, 2019
1 parent 17397aa commit 6594726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_build:
- node --version
- npm --version
- ruby --version
- jekyll --version

build_script:
- npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6594726

Please sign in to comment.