diff --git a/Directory.Build.props b/Directory.Build.props
index 2d88ea8..b096218 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -2,14 +2,14 @@
- 1.0.0-beta.28
- 1.0.0-beta.42
+ 1.0.0-beta.29
+ 1.0.0-beta.43
..\..\..\Statiq.Web
..\..\..\Statiq.Framework
- 1.0.0-alpha.3
+ 1.0.0-alpha.4
$(Version)
$(Version.Split('-')[0])
$(Version.Split('-')[0])
diff --git a/RELEASE.md b/RELEASE.md
index f144b8a..916159c 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,5 +1,13 @@
+# 1.0.0-alpha.4
+
+- Updated Statiq Web to version [1.0.0-beta.29](https://github.com/statiqdev/Statiq.Web/releases/tag/v1.0.0-beta.29).
+- Updated Statiq Framework to version [1.0.0-beta.43](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.43).
+
# 1.0.0-alpha.3
+- Updated Statiq Web to version [1.0.0-beta.29](https://github.com/statiqdev/Statiq.Web/releases/tag/v1.0.0-beta.29).
+- Updated Statiq Framework to version [1.0.0-beta.43](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.43).
+
# 1.0.0-alpha.2
- Ensures the Api pipeline is a dependency of the Statiq Web Inputs pipeline.
diff --git a/build/Statiq.Docs.Build/Program.cs b/build/Statiq.Docs.Build/Program.cs
index 8346ec8..db823e3 100644
--- a/build/Statiq.Docs.Build/Program.cs
+++ b/build/Statiq.Docs.Build/Program.cs
@@ -27,7 +27,11 @@ public static async Task Main(string[] args) => await Bootstrapper
x.FileSystem.InputPaths.Clear();
x.FileSystem.InputPaths.Add(x.FileSystem.RootPath);
})
- .ConfigureSettings(settings => settings.Add(BuildServer, settings.ContainsAnyKeys("GITHUB_ACTIONS", "TF_BUILD")))
+ .ConfigureSettings(settings =>
+ {
+ settings.Add(BuildServer, settings.ContainsAnyKeys("GITHUB_ACTIONS", "TF_BUILD"));
+ settings[Keys.CleanMode] = CleanMode.Full;
+ })
.AddPipelines()
.RunAsync();
diff --git a/build/Statiq.Docs.Build/Statiq.Docs.Build.csproj b/build/Statiq.Docs.Build/Statiq.Docs.Build.csproj
index c856fd4..219e240 100644
--- a/build/Statiq.Docs.Build/Statiq.Docs.Build.csproj
+++ b/build/Statiq.Docs.Build/Statiq.Docs.Build.csproj
@@ -6,14 +6,16 @@
-
+
-
+
+
+
-
+