From 2629eb0bda38d200143735074a424aafab2de173 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sun, 26 May 2024 19:52:45 +0200 Subject: [PATCH] steal github action for this --- .forgejo/workflows/demo.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 8f58206..d5a73c3 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -8,4 +8,7 @@ jobs: - uses: actions/checkout@v4 with: sparse-checkout: . - - run: build \ No newline at end of file + - uses: taiki-e/install-action@v2 + with: + tool: zola@0.17.1 + - run: zola build \ No newline at end of file