From eff1ed4aa562f32f0ec76ce869759dbb4eea0f18 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 24 Jun 2025 12:32:16 +0200 Subject: [PATCH] WIP --- .forgejo/workflows/demo.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 4a01b2f..0fd014f 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -6,5 +6,8 @@ jobs: test: runs-on: host steps: - - run: git clone https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git - - run: guix shell guile-documenta -- documenta api knots + - run: | + git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git knots-trunk + git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git --branch=pages knots-pages + cd knots-trunk + guix shell guile-documenta -- documenta api knots