This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git
The following commit(s) were added to refs/heads/master by this push:
new e5abe90 TAMAYA-393: Update to jbake 2.6.4
e5abe90 is described below
commit e5abe909dc5053c6a34ca4a1ba741f5caa289000
Author: Hugo Hirsch <[email protected]>
AuthorDate: Sun May 12 23:52:48 2019 +0200
TAMAYA-393: Update to jbake 2.6.4
---
copysite.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/copysite.sh b/copysite.sh
index 96da38e..7b7aeff 100755
--- a/copysite.sh
+++ b/copysite.sh
@@ -1,6 +1,6 @@
#!/bin/bash
echo "Starting to bake our project homepage ...."
-export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.3-bin"
+export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.4-bin"
echo $JBAKE_HOME
$JBAKE_HOME/bin/jbake -b
echo "Copying stuff from original into new branch ..."