diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4308cbd..89503bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,6 @@ jobs: - name: Build package run: | - just doc just package out - name: Checkout package registry diff --git a/Justfile b/Justfile index d019d78..486f5b9 100644 --- a/Justfile +++ b/Justfile @@ -8,10 +8,6 @@ export TYPST_ROOT := root default: @just --list --unsorted -# generate manual -doc: - typst compile docs/manual.typ docs/manual.pdf - # run test suite test *args: typst-test run {{ args }}