1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Move the CI to Github Actions.

This commit is contained in:
Cotes Chung
2020-01-22 03:05:06 +08:00
parent 47a32fcce3
commit c30bfd5649
5 changed files with 88 additions and 25 deletions

View File

@@ -17,7 +17,11 @@ addons:
- libcurl4-openssl-dev # required to avoid SSL error (for htmlproofer)
script:
- bash _scripts/travis/cibuild.sh
- >-
git clone https://${GH_PAT}@github.com/${GH_USER}/${BUILDER_REPO}.git
${HOME}/${BUILDER_REPO} --depth=1 -q
- cp -r ${HOME}/${BUILDER_REPO}/framework/* .
- bash _cibuild.sh
branches:
only: master