You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/14 08:48:55 UTC

[GitHub] [camel-website] zregvart commented on a diff in pull request #826: Fix the name of the playbook in the preview command

zregvart commented on code in PR #826:
URL: https://github.com/apache/camel-website/pull/826#discussion_r850225240


##########
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",

Review Comment:
   Perhaps remove `preview:antora` altogether and replace `preview:antora` in `preview` script with `build:antora` instead.
   
   ```suggestion
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org