You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/04/13 16:24:50 UTC

[camel-website] branch fix-preview-command updated (a71236a8 -> 077f4fa6)

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

nfilotto pushed a change to branch fix-preview-command
in repository https://gitbox.apache.org/repos/asf/camel-website.git


 discard a71236a8 Fix the name of the playbook in the preview command
     new 077f4fa6 Fix the name of the playbook in the preview command

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a71236a8)
            \
             N -- N -- N   refs/heads/fix-preview-command (077f4fa6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 antora-playbook-snippets/antora-playbook.yml | 68 +++++++++++++++++++++++++++-
 package.json                                 |  2 +-
 2 files changed, 68 insertions(+), 2 deletions(-)


[camel-website] 01/01: Fix the name of the playbook in the preview command

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch fix-preview-command
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 077f4fa6bb3c35f5bb2f816a144b601afc92414e
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Wed Apr 13 18:24:34 2022 +0200

    Fix the name of the playbook in the preview command
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index e2229ee7..8e27097d 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
     "update:cache": "yarn workspaces foreach install --check-cache",
     "update:dedupe": "yarn workspaces foreach dedupe",
     "preview": "run-s -l preview:antora preview:hugo",
-    "preview:antora": "antora --clean --fetch antora-playbook.yml",
+    "preview:antora": "antora --clean --fetch antora-playbook-production.yml",
     "preview:hugo": "hugo server -D",
     "preview:netlify": "netlify deploy --dir public",
     "build:antora-local-full": "antora local-antora-playbook-full.yml --stacktrace --clean --fetch",