Remove the docs deploy script
This commit is contained in:
parent
4a6ba2efa5
commit
587e536fb6
1 changed files with 0 additions and 19 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue