• I am encountering an issue with the structure in my Git repository, which is organized as follows:
    
    
    
    de/
      src/
        XXX.md
        ...
      build/
        slides/
          XXX.html
          ...
        XXX.html
        ...
    
    When I enter "de" in the "Edit repository settings / Folder to publish from" section, it reads in all files from both the "src" and "build" directories. However, I want to only read in files from the "src" directory. Yet, when I input "de/src" into the "Edit repository settings / Folder to publish from", it doesn't read in any files. What should I do to ensure that only the "src" directory is being read in?
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi Rico,

    Sorry for the delay. Somehow missed your post.

    My guess is that the slash used in the path is incorrect. Can you please share,

    • the github project url
    • the logs which are printed when you pull the repository

    Thanks,

    Aakash

    Thread Starter Rico F. Lüthi

    (@rfluethi)

    Hello Aakash,

    Thank you for your constructive response.

    You can find the GitHub repository at:?https://github.com/rfluethi/Testing-Git-it-Write

    When I use the path name ‘de/src’, the following log is generated.

    02/09/2024 15:00 – ********** Publishing posts by repository config ID **********

    02/09/2024 15:00 – Working with repository config ID 1

    02/09/2024 15:00 – Creating repository object

    02/09/2024 15:00 – Building repo structure …

    02/09/2024 15:00 – ********** END **********

    Can you clarify what I might have misunderstood?

    Thanks, Rico

    Plugin Author vaakash

    (@vaakash)

    Hi Rico,

    Seems like there is some issue with the how the directory is picked.

    I’ll come up with a fix for this in a couple of days and update you.

    Thanks,

    Aakash

    Thread Starter Rico F. Lüthi

    (@rfluethi)

    Great, thank you very much.
    I’m looking forward to it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Confusion Regarding the “Folder to Publish From” Setting’ is closed to new replies.