aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-14 13:28:49 -0300
committerEuAndreh <eu@euandre.org>2020-08-14 13:28:49 -0300
commit1ee0a7e623872eb1dc1c26b550bd96754d378a30 (patch)
tree36b2e63986856bc0b11d040160538953c522a057
parentAssert date matches TIL filename (diff)
downloadeuandre.org-1ee0a7e623872eb1dc1c26b550bd96754d378a30.tar.gz
euandre.org-1ee0a7e623872eb1dc1c26b550bd96754d378a30.tar.xz
default.nix: Remove existing HTML before publishing
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 5dd981e..d5301fd 100644
--- a/default.nix
+++ b/default.nix
@@ -65,6 +65,6 @@ in rec {
};
publishScript = utils.overwritingPublishScript {
docsDerivation = subtasks.docs;
- overwrite = false;
+ overwrite = true;
};
}