1f99f86c2101 — Josiah Ulfers tip 4 years ago
Fix typo
1 files changed, 2 insertions(+), 2 deletions(-)

M deploy-site.sh
M deploy-site.sh +2 -2
@@ 3,10 3,10 @@ git clone git@github.com:julfers/revolvi
 rm -rf _build/html/*
 make html
 cp CNAME _build/html/
-cat _build/html/readme.md <<EOF
+cat > _build/html/readme.md <<EOF
 This Github repo hosts https://www.revolvingdoorhoax.org/.
 
-Source for the expirment lives at https://hg.sr.ht/~julfers/revolvingdoorhoax
+Source for the experiment lives at https://hg.sr.ht/~julfers/revolvingdoorhoax
 EOF
 touch _build/html/.nojekyll
 cd _build/html