Workflow: fix incorrect hugo binary path
Build and deploy site / deploy (push) Failing after 10s
Details
Build and deploy site / deploy (push) Failing after 10s
Details
This commit is contained in:
parent
7463edb988
commit
98e20e2ebd
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Unpack Hugo
|
||||
run: mkdir -p ${{ gitea.workspace }}/bin && tar -xf /tmp/hugo/* -C ${{ gitea.workspace }}/bin
|
||||
- name: Build the static webpage
|
||||
run: ${{ gitea.workspace }}/bin/hugo --minify
|
||||
run: ./${{ gitea.workspace }}/bin/hugo --minify
|
||||
- name: Create private key
|
||||
run: |
|
||||
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key
|
||||
|
|
Loading…
Reference in New Issue