Replies: 1 comment 3 replies
-
Before I try to repro this more thoroughly, can you check if adding a trailing backslash to your path helps? |
Beta Was this translation helpful? Give feedback.
3 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 am working on a PR for pins (rstudio/pins-r#692), and have gotten myself confused about how to use
resources:
in_quarto.yml
. I don't know if I have found a bug, or if I am just doing it wrong. Hopefully someone can point me in the right direction.I see this is discussed also in #3443.
Here's my
_quarto.yml
file:board_one
andboard_two
are directories; my goal is that they be copied recursively into_site/
.I find this works for
board_two
, even though thisresources:
isn't in the documented location.However, for
board_one
, it copies the file in the folder, but not the folder inside. I get these warnings when I render locally:I have a (hopefully) reproducible repo, rendered and published with an action; here's the
data
directory.I am using quarto 1.3.56.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions