From ae15fed27c22c55a6a14b46c9a2840b423961ee4 Mon Sep 17 00:00:00 2001 From: tish Date: Wed, 8 Jan 2025 11:31:08 +0100 Subject: [PATCH] Gitea actions testing --- .gitea/workflows/build-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-site.yml b/.gitea/workflows/build-site.yml index bd2a5df..91f0680 100644 --- a/.gitea/workflows/build-site.yml +++ b/.gitea/workflows/build-site.yml @@ -15,8 +15,8 @@ jobs: - name: Clone repository run: | - pwd git clone --branch main https://git.tishenko.dev/tish/knowledge-base.git + cd knowledge-base - name: Build site run: |