This is an automated email from the ASF dual-hosted git repository.
lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-website.git
The following commit(s) were added to refs/heads/master by this push:
new 7e902ac Remove current generated contents in _site manually
7e902ac is described below
commit 7e902acd3d8358dd288d4c0bc90e34b8adb00e24
Author: Luciano Resende <[email protected]>
AuthorDate: Fri Mar 13 21:27:55 2020 -0700
Remove current generated contents in _site manually
---
publish.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/publish.sh b/publish.sh
index cb563c5..532a641 100755
--- a/publish.sh
+++ b/publish.sh
@@ -18,7 +18,8 @@
set -e
cd site
-bundle exec jekyll clean
+#bundle exec jekyll clean
+rm -rf _site
bundle exec jekyll build -d _site
COMMIT_HASH=`git rev-parse HEAD`
cd ..