Skip to content

Commit

Permalink
fix(docs): one more attempt to fix docs base url
Browse files Browse the repository at this point in the history
  • Loading branch information
2chevskii committed Jan 28, 2024
1 parent 20b519d commit 07aeec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Components/IDocs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ interface IDocs : IHazArtifacts, IRestore, IHazVersion, IHazGitHubRelease
NpmTasks.NpmRun(settings =>
SetDocsWorkingDirectory(settings).SetCommand("docs:build")
.When(Host.IsGitHubActions(), settings =>
settings.SetProcessEnvironmentVariable("BASE_URL", "https://2chevskii.github.io/unit"))
settings.SetProcessEnvironmentVariable("BASE_URL", "/unit"))
)
);

Expand Down

0 comments on commit 07aeec2

Please sign in to comment.