From 07aeec2a00c57c178b1e6ba0abe092e68274a8f4 Mon Sep 17 00:00:00 2001 From: 2CHEVSKII Date: Mon, 29 Jan 2024 01:04:27 +0300 Subject: [PATCH] fix(docs): one more attempt to fix docs base url --- build/Components/IDocs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Components/IDocs.cs b/build/Components/IDocs.cs index ba587d0..489e0bc 100644 --- a/build/Components/IDocs.cs +++ b/build/Components/IDocs.cs @@ -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")) ) );