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/13 16:28:20 UTC

[GitHub] [camel-website] essobedo opened a new pull request, #826: Fix the name of the playbook in the preview command

essobedo opened a new pull request, #826:
URL: https://github.com/apache/camel-website/pull/826

   ## Motivation
   
   When launching the preview we get the next error indicating that the playbook is missing.
   ```
   [preview:antora] [18:17:57.510] FATAL (antora): playbook file not found at /camel-website/antora-playbook.yml (cwd: /camel-website, playbook: antora-playbook.yml)
   [preview:antora] Add the --stacktrace option to see the cause of the error.
   ```
   
   ## Modifications:
   
   * Change the target playbook to set the new playbook name
   


-- 
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


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

Posted by GitBox <gi...@apache.org>.
zregvart merged PR #826:
URL: https://github.com/apache/camel-website/pull/826


-- 
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


[GitHub] [camel-website] github-actions[bot] commented on pull request #826: Fix the name of the playbook in the preview command

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #826:
URL: https://github.com/apache/camel-website/pull/826#issuecomment-1098301250

   🚀 Preview is available at https://pr-826--camel.netlify.app


-- 
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


[GitHub] [camel-website] github-actions[bot] commented on pull request #826: Fix the name of the playbook in the preview command

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #826:
URL: https://github.com/apache/camel-website/pull/826#issuecomment-1098948367

   🚀 Preview is available at https://pr-826--camel.netlify.app


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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