Maybe this can be removed now?
This commit is contained in:
parent
ebd2477d3d
commit
5358a3309d
|
@ -22,10 +22,7 @@ touch output_prod/.nojekyll
|
||||||
# Add, commit and push the changes.
|
# Add, commit and push the changes.
|
||||||
mv output_prod/* $BUILD_DIR
|
mv output_prod/* $BUILD_DIR
|
||||||
pushd $BUILD_DIR
|
pushd $BUILD_DIR
|
||||||
echo "!/assets/css/
|
git add -A .
|
||||||
!/assets/images/
|
|
||||||
!/assets/js/" > .gitignore
|
|
||||||
git add --all -f .
|
|
||||||
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
|
||||||
popd
|
popd
|
||||||
|
|
Reference in a new issue