diff options
author | mayx <mayx@outlook.com> | 2022-01-24 16:20:15 +0100 |
---|---|---|
committer | mayx <mayx@outlook.com> | 2022-01-24 16:20:15 +0100 |
commit | f9e8efcc7935f1be5b0257a7fc89d55ef25b3fce (patch) | |
tree | c22411463514ba5a66b11efbdaf285806ec92089 /deploy.sh | |
parent | 1bfd8ae239a865349e5a6779e04e92f90abbf814 (diff) |
Update deploy.sh
Diffstat (limited to 'deploy.sh')
-rw-r--r-- | deploy.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,8 +6,6 @@ layout: default ---" > Mabbs/index.md cat Mabbs.md >> Mabbs/index.md rm -rf Mabbs.md -rm -rf .git/ bundle exec jekyll build -d public -rm -rf .jekyll-cache/ tar czvf MayxBlog.tgz public/ mv MayxBlog.tgz public/ |