about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--justfile13
1 files changed, 8 insertions, 5 deletions
diff --git a/justfile b/justfile
index 5e383e8..dfb2e74 100644
--- a/justfile
+++ b/justfile
@@ -1,14 +1,17 @@
 run:
-  zola serve
+	zola serve
 
 build:
-  zola build
+	zola build
 
 fmt:
-  treefmt
+	treefmt
 
 check-links: build
-  lychee ./docs/**/*.html
+	lychee ./docs/**/*.html
 
 update-deps:
-  nix flake update --commit-lock-file
+	nix flake update --commit-lock-file
+
+publish: build
+	rsync -a docs/ fcuny@fcuny.net:/srv/www/fcuny.net