Move line
This commit is contained in:
parent
5358a3309d
commit
19c4dd6646
|
@ -20,8 +20,8 @@ vendor/bin/sculpin generate --no-interaction --clean --env=prod
|
||||||
touch output_prod/.nojekyll
|
touch output_prod/.nojekyll
|
||||||
|
|
||||||
# Add, commit and push the changes.
|
# Add, commit and push the changes.
|
||||||
mv output_prod/* $BUILD_DIR
|
|
||||||
pushd $BUILD_DIR
|
pushd $BUILD_DIR
|
||||||
|
mv ../output_prod/* .
|
||||||
git add -A .
|
git add -A .
|
||||||
git commit -m "Re-generate site: `git rev-parse --verify HEAD`"
|
git commit -m "Re-generate site: `git rev-parse --verify HEAD`"
|
||||||
git push $SSH_REPO master
|
git push $SSH_REPO master
|
||||||
|
|
Reference in a new issue