diff options
Diffstat (limited to 'deploy.sh')
-rw-r--r-- | deploy.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/deploy.sh b/deploy.sh index 089474a..17899e9 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,11 +1,6 @@ #!/bin/bash -curl -L -o Mabbs.md https://github.com/Mabbs/Mabbs/raw/main/README.md mkdir Mabbs -echo "--- -layout: default ----" > Mabbs/index.md -cat Mabbs.md >> Mabbs/index.md -rm -rf Mabbs.md +curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md bundle exec jekyll build -d public tar czvf MayxBlog.tgz public/ mv MayxBlog.tgz public/ |