mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Fix the test tool and CD hook
This commit is contained in:
8
.github/workflows/pages-deploy.yml.hook
vendored
8
.github/workflows/pages-deploy.yml.hook
vendored
@@ -67,8 +67,12 @@ jobs:
|
||||
|
||||
- name: Test Site
|
||||
run: |
|
||||
bash tools/test.sh "$SPEC_TEST"
|
||||
|
||||
if [[ -n $SPEC_TEST ]]; then
|
||||
bash tools/test.sh -d "$SPEC_TEST"
|
||||
else
|
||||
bash tools/test.sh
|
||||
fi
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
bash tools/deploy.sh
|
||||
|
||||
Reference in New Issue
Block a user