Merge the test tool into the deploy tool

This commit is contained in:
Cotes Chung
2021-09-29 22:18:38 +08:00
parent a053c454e4
commit b460d03c3b
4 changed files with 101 additions and 104 deletions
+1 -8
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