1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

Merge the test tool into the deploy tool

This commit is contained in:
Cotes Chung
2021-09-28 22:22:36 +08:00
parent a053c454e4
commit b460d03c3b
4 changed files with 101 additions and 104 deletions

View File

@@ -36,12 +36,5 @@ jobs:
ruby-version: 2.7
bundler-cache: true
- name: Build Site
env:
JEKYLL_ENV: production
run: |
bundle exec jekyll b
- name: Test Site
run: |
bash tools/test.sh
run: bash tools/deploy.sh --dry-run