Workflow: Set source path for hugo
Build and deploy site / deploy (push) Failing after 9s
Details
Build and deploy site / deploy (push) Failing after 9s
Details
This commit is contained in:
parent
ec4ac4dcb2
commit
cb527e60f7
|
@ -19,7 +19,10 @@ 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 --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
|
||||||
|
|
Loading…
Reference in New Issue