remove unused publish scripts
This commit is contained in:
parent
0bdd0a4a50
commit
9198f8b49f
2 changed files with 0 additions and 37 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [[ -d ~/Projects/web/samhuri.net ]]; then
|
|
||||||
cd ~/Projects/web/samhuri.net
|
|
||||||
elif [[ -d ~/samhuri.net ]]; then
|
|
||||||
cd ~/samhuri.net
|
|
||||||
else
|
|
||||||
echo "error: samhuri.net directory not found"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
cd _blog
|
|
||||||
git clean -fq
|
|
||||||
git pull
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
make publish_blog
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [[ -d ~/Projects/web/samhuri.net ]]; then
|
|
||||||
cd ~/Projects/web/samhuri.net
|
|
||||||
elif [[ -d ~/samhuri.net ]]; then
|
|
||||||
cd ~/samhuri.net
|
|
||||||
else
|
|
||||||
echo "error: samhuri.net directory not found"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
cd _blog
|
|
||||||
git clean -fq
|
|
||||||
git pull
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
git clean -fq
|
|
||||||
git pull
|
|
||||||
|
|
||||||
make publish
|
|
||||||
Loading…
Reference in a new issue