Skip to content

Commit e5dfb6c

Browse files
committed
Fixed upload script
1 parent 405ad9a commit e5dfb6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

upload.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
echo "BUILDING"
2-
be jekyll build
2+
bundle exec jekyll build
33
pushd .
44
cd _site
55
echo "PACKAGING"
66
tar -czf ../site.tar.gz .
7+
popd
78
scp ./site.tar.gz [email protected]:~/
89
rm site.tar.gz
910
echo "UPLOAD COMPLETE"

0 commit comments

Comments
 (0)