From db842cc979f6a1fe1b70eaec302ec6dfef65dba7 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 17 Oct 2024 23:20:15 +0200 Subject: [PATCH] Attempt to fix build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdc09b9..27c437d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: run: git submodule update --init --recursive - name: Build - uses: srt32/hugo-action@master + uses: srt32/hugo-action@v0.0.2 - name: Add CNAME run: "echo \"cyclofix.osm.be\" | sudo tee -a \"/home/runner/work/cyclofix-website/cyclofix-website/public/CNAME\""