Help with collections error: "The following destination is shared by multiple files" #9595
Unanswered
karloskalcium
asked this question in
Q&A
Replies: 1 comment
-
possibly relevant: #6063 |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi we ran into an error the looks like the following:
Can anyone explain what is going on here? I put up a sample repo demonstrating the issue (Jekyll 4.2.2, ruby 3.2.4).
Additionally, when run it generates a
test.md
in the root directory, and oddly the links intest/index.html
that are supposed to go tosections/test1.md
andsections/test2.md
go to./test.md
instead upon build.Am I doing something wrong? It seems to have something to do with the permalink generation and the
sections
subdirectory, but I'm confused why permalink is generating a file with the same name as the directory. If I remove the permalink instruction the problem goes away, but am confused as to what is happening and why.Beta Was this translation helpful? Give feedback.
All reactions