Replies: 1 comment 1 reply
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. What is "git push workflow" you are talking about? What You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have two different projects on the same Mac being published on different gh-pages repos. I am attempting. to use the publish.yml process on both (it is just the plain vanilla example publish.yml). quarto render, quarto publish, and quarto publish gh-pages work from both projects to update the published content.
However, 'git push' from main works only for the website project. The repo is updated and gh-pages is updated and published. When publishing to the books site, the workflow errors with
'quarto install tinytex' results in 'tinytex is already installed and up to date.' in both projects, and 'quarto check' returns no errors in either project. Workflow permissions are the same for both repos.
Why is the git push workflow working for the website project but not the book project? I know I can just use "quarto publish gh-pages' command, but I would just prefer them both to behave the same way:)
Beta Was this translation helpful? Give feedback.
All reactions