From 49ee5486c1696decce3f566ee2717bc9a95ac086 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Tue, 25 Jun 2024 15:46:05 +0200 Subject: [PATCH] use v0.18.0 of zola --- .forgejo/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 06484f8..c8cf287 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -9,7 +9,7 @@ jobs: submodules: 'true' - uses: https://github.com/taiki-e/install-action@v2 with: - tool: zola@0.19.1 + tool: zola@0.18.0 - run: zola build - name: copy file via ssh password uses: https://github.com/appleboy/scp-action@v0.1.7