Remove the docs deploy script

This commit is contained in:
Chris Wong 2021-01-09 19:23:07 +13:00
parent 4a6ba2efa5
commit 587e536fb6

View file

@ -1,19 +0,0 @@
#!/bin/sh
set -e
nproc=$(nproc || echo 4)
make clean
make -j$nproc
cd site
echo maud.lambda.xyz > CNAME
git init
git add .
git commit -m 'Deploy'
git remote add github git@github.com:lambda-fairy/maud.git
git push -f github master:gh-pages