Skip to content

Backport "Fix: Correction of the siteRoot path" to LTS #18957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

Kordyjan
Copy link
Contributor

Backports #17297 to the LTS branch.

PR submitted by the release tooling.

- For the first issue, when a user set ./docs to the default value of
ScalaSettings, the code only took a value that was not the default
`siteRoot.nonDefault`. To fix this, I put a getOrElse to try and get the
default value.


- For the second problem, I noticed when I cloned the code that the user
was calling layouts that did not exist. Be careful with this as it can
indeed produce an error. Solving this problem was enough to remove the
non-existent layout calls.

Fixes: #15306
[Cherry-picked 4e4552e]
Base automatically changed from lts-17595 to lts-17571 November 17, 2023 14:09
Base automatically changed from lts-17571 to release-3.3.2 November 17, 2023 14:10
@Kordyjan
Copy link
Contributor Author

Kordyjan commented Nov 20, 2023

@Kordyjan Kordyjan merged commit 6b277db into release-3.3.2 Nov 20, 2023
@Kordyjan Kordyjan deleted the lts-17297 branch November 20, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants