Workflow: Set source path for hugo
Build and deploy site / deploy (push) Failing after 9s Details

This commit is contained in:
Jarrod Doyle 2024-03-16 11:45:23 +00:00
parent ec4ac4dcb2
commit 01967a174b
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Install apt packages
run: apt update && apt install -y jq rsync hugo
- name: Build the static webpage
run: hugo --minify
run: hugo --minify --source ${{ gitea.workspace }}
- name: Create private key
run: |
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key