1
0
mirror of https://github.com/bitwarden/help synced 2026-01-01 16:13:44 +00:00
Files
help/appveyor.yml
Kyle Spearrin 861546d0f6 install jekyll
2019-03-22 09:50:50 -04:00

20 lines
208 B
YAML

image:
- Ubuntu1804
branches:
except:
- gh-pages
stack: node 10
install:
- gem install jekyll bundler
before_build:
- node --version
- npm --version
build_script:
- npm install
- npm run deploy:ci