From 8ee2c81d3b32eb3548f5a256c3ce56537621aecb Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sat, 16 Mar 2024 11:45:23 +0000 Subject: [PATCH] Workflow: Set source path for hugo --- .gitea/workflows/build_and_deploy.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_deploy.yaml b/.gitea/workflows/build_and_deploy.yaml index 9f9fc85..d2f57b9 100644 --- a/.gitea/workflows/build_and_deploy.yaml +++ b/.gitea/workflows/build_and_deploy.yaml @@ -19,7 +19,11 @@ jobs: - name: Install apt packages run: apt update && apt install -y jq rsync hugo - name: Build the static webpage - run: hugo --minify + run: | + pwd + cat hugo.toml + hugo --help + hugo --minify - name: Create private key run: | echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key