Skip to content

Commit

Permalink
disabled unversioned wiki page pushes, staging/5.0 controls that now
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jan 12, 2024
1 parent 695cc26 commit 5da4a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ParsleySitePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object ParsleySitePlugin extends AutoPlugin {
)
.withRawContent, // enable usage of raw HTML,
tlSiteHelium := {
val notBackport = true || !githubIsWorkflowBuild.value
val notBackport = false || !githubIsWorkflowBuild.value
val githubLink = GenericSiteSettings.githubLink.value
val apiLink = tlSiteApiUrl.value.map(url => TextLink.external(url.toString, "API"))
val redirections = redirects.theme(tlBaseVersion.value, githubIsWorkflowBuild.value)
Expand Down

0 comments on commit 5da4a42

Please sign in to comment.