.travis.yml language: node_js node_js: - 8.9.1 branchs: only: - master cache: apt: true directories: - node_modules install: - git pull - rm -f package-lock.json && npm install script: - npm run build before_install: - openssl ae...
if you want to use hexo+github+travis-ci to build a continuously integrated personal technology blog, you need to integrate comments, introduce plug-ins and set up APPID,appkey, etc., and how to protect this kind of private information from disclosure ...
the code is in the master branch. you want to deploy the dist folder from build to the gh-pages branch .travis.yml language: node_js node_js: stable install: npm install script: npm run build notifications: email: false deploy: provider: page...