You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/12/31 10:00:35 UTC

[camel-website] branch master updated: CAMEL-11492: cleanup Antora parameters

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 21b7ed6  CAMEL-11492: cleanup Antora parameters
21b7ed6 is described below

commit 21b7ed604fcff7f8129c97e8d2340679ab99dd37
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Dec 31 10:58:01 2018 +0100

    CAMEL-11492: cleanup Antora parameters
    
    This adds `--clean` and replaces `--pull` with `--fetch` as `--pull` was
    deprecated in Antora 2.0.0.
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 4bcddce..fd249dc 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "license": "Apache-2.0",
   "scripts": {
     "theme": "(cd antora-ui-camel && yarn install && yarn gulp bundle)",
-    "documentation": "antora --pull site.yml",
+    "documentation": "antora --clean --fetch site.yml",
     "website": "hugo --minify",
     "critical": "gulp critical",
     "minify": "gulp minify",