From 1fd2893a81f36076f703cc3de3e8ab2179b9e7dc Mon Sep 17 00:00:00 2001 From: tinger Date: Sat, 4 Jan 2025 14:40:16 +0100 Subject: [PATCH] Remove alabaster recipe from Justfile --- Justfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Justfile b/Justfile index e0e628d..0f8df14 100644 --- a/Justfile +++ b/Justfile @@ -42,10 +42,6 @@ gen-doc-examples: doc: gen-doc-examples typst compile doc/manual.typ doc/manual.pdf -# copy the files relevant for the package repo -publish output: - alabaster package {{ output }} - # run the test suite test *args: typst-test run {{ args }} -- 2.51.2