Skip to content

Commit

Permalink
[administrivia] Fix deployment script to reflect img folder rename
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaybh committed Sep 8, 2016
1 parent 2c659cb commit ef53034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .deploy-output.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ STATUS=`git log -1 --pretty=oneline`
rm -rf out
mkdir out
cp index.html ./out/
mkdir ./out/img
cp img/* ./out/img
mkdir ./out/images
cp images/* ./out/images

cd out
git init
Expand Down

0 comments on commit ef53034

Please sign in to comment.