Force add asset files.

Fixes #36
This commit is contained in:
Oliver Davies 2017-07-25 09:10:14 +01:00
parent 27bcb02c9f
commit 4c00d68c1c

View file

@ -25,7 +25,7 @@ touch output_${SITE_ENV}/.nojekyll
# Add, commit and push the changes. # Add, commit and push the changes.
mv output_${SITE_ENV}/* $BUILD_DIR mv output_${SITE_ENV}/* $BUILD_DIR
pushd $BUILD_DIR pushd $BUILD_DIR
git add --all . git add --all -f .
git commit -m "Re-generate site: $SHA" git commit -m "Re-generate site: $SHA"
git push $SSH_REPO $TARGET_BRANCH git push $SSH_REPO $TARGET_BRANCH
popd popd