1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

chore(travis): enable the cache in production build

This commit is contained in:
Cotes Chung 2022-10-07 15:37:48 +08:00
parent 80cb0b3717
commit 76712c09cd
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808

View File

@ -16,13 +16,16 @@ before_script: git -C "$HOME" clone "$BUILDER_REPO" --depth=1 -q
jobs:
include:
- stage: Upgrade
cache: bundler
git:
depth: false # for posts' lastmod
script: eval "$BUILD_CMD"
- stage: Starter
language: minimal
install: true # skip install step
script: eval "$FLUSH_STARTER"
- stage: Docs
cache: bundler
git: