From 92e7621df1aa6e72d9f1a5b48dc216831f65c495 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 21 Sep 2024 11:55:39 -0700 Subject: publish with just --- justfile | 13 ++++++++----- 1 file 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 -- cgit 1.4.1