Multiple format publishing not working as expected. #13043
Replies: 2 comments
-
Please provide all required information: repository, GitHub Action workflow, Quarto CLI version, etc.
This comment does not match your title "Multiple format publishing not working as expected.". 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. 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.
-
Thanks @mcanouil I actually solved this in the end. Many thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am trying to provide links to pdf and .docx files from the html rendered webpage of my quarto website.
I am using GitHub Actions to publish the website, so I know I need to use
execute: freeze: auto
. However, when I render and then push the changes, I get the error:Which hints it is trying to render the pdfs even though I have specifically told it not to as per Quarto's website instructions.
I could instead have the files in the repository (in the same folder as the .qmd file), and just link to them using
other-links
but I cannot work out if there is a way to use the relative paths from the folder so that this is easy to do across different files.Hope this makes some sense!
Cheers
Dan
Beta Was this translation helpful? Give feedback.
All reactions