Replies: 1 comment 7 replies
-
Some additional things I've tried, that didn't change the error:
In all cases, I still got the same |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to render a quarto website that has a subdirectory with a qmd and a bib. But I've been getting an error from pandoc that reads:
Where
<PATH1>
is the full path to the website's top directory, and<PATH2>
is the full path to the bib file, concatenated onto the first path.UPDATE!
I've figured out that the problem is somehow related to
google-scholar: true
in the main site's_quarto.yml
. This is re-creating the issue for me:git clone https://github.com/JoFrhwld/big_ref.git cd big_ref quarto render
If I edit the
_quarto.yml
file inside the project to comment outgoogle-scholar: true
the site renders fine (both my actual site and this minimal example)Previous Version
I tried recreating a minimal example here, but that website renders without an issue. Unfortunately, getting my specific example working is a little complicated, but here's how to do it:
Then (because I'm still working out how to use renv) you'll need to launch R, and run
Then
cd ../../../ quarto render
Then, you should get the error.
Just for information about my current quarto and pandoc versions:
Beta Was this translation helpful? Give feedback.
All reactions