mirror of
https://github.com/bitwarden/help
synced 2025-12-10 21:33:18 +00:00
no quotes
This commit is contained in:
@@ -14,6 +14,7 @@ before_build:
|
|||||||
- node --version
|
- node --version
|
||||||
- npm --version
|
- npm --version
|
||||||
- ruby --version
|
- ruby --version
|
||||||
|
- jekyll --version
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- npm install
|
- npm install
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"build": "gulp build && jekyll build",
|
"build": "gulp build && jekyll build",
|
||||||
"build:watch": "gulp build && jekyll serve --watch --host=0.0.0.0",
|
"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\""
|
"deploy:ci": "npm run build && gh-pages --dotfiles --dist _site --silent --repo https://${GH_TOKEN}@github.com/bitwarden/help.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bootstrap-sass": "3.3.7",
|
"bootstrap-sass": "3.3.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user