cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

65b79c40a7f2506254463e7c7b75a78103d2fac7

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-06-23T18:04:16Z
committer: <noreply@github.com>

another attempt to fix the build file
 .github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml b/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml
index f418577..1c28d85 100644
--- a/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml
+++ b/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml
@@ -18,12 +18,12 @@ jobs:
       - uses: taiki-e/install-action@v2

         with:

           tool: zola@0.19.0

-      - name: Build Zola Site

-        run: zola build

       - uses: actions/checkout@v4

         with:

           submodules: true

           lfs: false

+      - name: Build Zola Site

+        run: zola build

       - name: Build And Deploy

         id: builddeploy

         uses: Azure/static-web-apps-deploy@v1