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 8ee2c81d3b
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 5 additions and 1 deletions

View File

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