From 02050b35cb67b2e8f58f1318d02d81317b9259f0 Mon Sep 17 00:00:00 2001 From: paul-loedige <59517210+ploedige@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:36:29 +0100 Subject: [PATCH] fixing gitea action bugs --- .gitea/workflows/hugo-deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/hugo-deploy.yaml b/.gitea/workflows/hugo-deploy.yaml index 53f6ac7..90cd863 100644 --- a/.gitea/workflows/hugo-deploy.yaml +++ b/.gitea/workflows/hugo-deploy.yaml @@ -14,6 +14,9 @@ jobs: - name: Clone Repository uses: actions/checkout@v3 + - name: Change to Repo Directory + run: cd $GITEA_WORKSPACE + - name: Install Hugo run: | apt-get update