Jérémie Bresson

Results 204 comments of Jérémie Bresson
trafficstars

Deploy log contains the expected line: ``` 11:00:37 PM: created XXXx ``` The preview site contains the change introduced with PR #875 that you do not see if you don't...

The path: `/project/documentation/documentation` looks wired. Have you a small example public repository that shows the problem?

Not sure if this is related but the test `skipped generation of slide deck` does not work on the `ng` branch (see https://github.com/docToolchain/docToolchain/pull/872#issuecomment-1179293716)

Using a `gradle.properties` defined in the project also do not work in with the local mode. Right?

I am not in all the details of how the single page is built. But I am not sure if docToolchain supports building both the site and the single html...

I think I have always used `latest`. I was not even aware that there is a different versioning for `dtcw`…

I just saw a similar issue: https://github.com/docToolchain/docToolchain/issues/660

This seems to work in my reproducer project. So I need to understand what is wrong in my closed-source project.

Crap I think `/project` comes from the fact that my CI-job is running docToolchain inside a container…

The idea of snippet presented in this issue works well. I got the same from: https://stackoverflow.com/questions/11892766/how-to-remove-remote-branch-with-jgit --- I guess https://github.com/centic9/jgit-cookbook/issues/74#issue-587006012 the value of `fullBranch` variable is not correct. If the...