summary refs log tree commit diff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rw-r--r--deploy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/deploy.sh b/deploy.sh
index 98c49bc..2b9dfbe 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,11 +1,11 @@
 #!/bin/bash
-wget https://github.com/Mabbs/Mabbs/raw/main/README.md
+wget -O Mabbs.md https://github.com/Mabbs/Mabbs/raw/main/README.md
 mkdir Mabbs
 echo "---
 layout: default
 ---" > Mabbs/index.md
-cat README.md >> Mabbs/index.md
-rm -rf README.md
+cat Mabbs.md >> Mabbs/index.md
+rm -rf Mabbs.md
 rm -rf .git/
 bundle exec jekyll build -d public
 rm -rf .jekyll-cache/