feat: add CI/CD to automatically deploy
Deploy Website / build-and-deploy (push) Failing after 12s

This commit is contained in:
Andrew Rioux
2025-10-19 23:45:36 -04:00
parent 4430469cdc
commit 0e526907e9
2 changed files with 28 additions and 4 deletions
+1 -4
View File
@@ -19,7 +19,4 @@ let
find . -name '*.org' -exec build-article {} \;
'';
};
in {
inherit build-article articles;
default = articles;
}
in { inherit build-article articles; }