This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 35248c6  CAMEL-11492: always pull to refresh git sources
35248c6 is described below

commit 35248c6b1757b8b458139c9b4436257b78a870b8
Author: Zoran Regvart <[email protected]>
AuthorDate: Sat Dec 15 16:09:22 2018 +0100

    CAMEL-11492: always pull to refresh git sources
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index bb319b9..a564821 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "scripts": {
     "theme": "(cd antora-ui-camel && yarn install && yarn gulp pack)",
-    "documentation": "antora --redirect-facility disabled site.yml",
+    "documentation": "antora --pull site.yml",
     "website": "hugo --minify",
     "critical": "gulp critical",
     "minify": "gulp minify",

Reply via email to