1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

Bypass Jekyll build on the gh-pages branch

This commit is contained in:
Cotes Chung 2021-12-30 16:33:30 +08:00
parent c8fd0d728d
commit fc71289dc8

View File

@ -98,6 +98,7 @@ flush() {
shopt -s dotglob nullglob
mv "$_backup_dir"/* .
[[ -f ".nojekyll" ]] || echo "" >".nojekyll"
}
deploy() {