summary refs log tree commit diff
path: root/deploy.sh
diff options
context:
space:
mode:
authormayx2022-01-24 14:56:35 +0000
committermayx2022-01-24 14:56:35 +0000
commita0cdec8592c0be20cb588bf46f0d128b8e7e8294 (patch)
tree98a736fb60f2fefdfdc0cbc133334175d74234dd /deploy.sh
parent1fb70c29f0ce51d38b55fb11088cad5753ffb53b (diff)
Update deploy.sh
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/