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
2f6841374d
|
@ -19,7 +19,10 @@ jobs:
|
|||
- name: Install apt packages
|
||||
run: apt update && apt install -y jq rsync hugo
|
||||
- name: Build the static webpage
|
||||
run: hugo --minify
|
||||
run: |
|
||||
pwd
|
||||
echo "${{ gitea.workspace }}"
|
||||
hugo --minify --source ${{ gitea.workspace }}
|
||||
- name: Create private key
|
||||
run: |
|
||||
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key
|
||||
|
|
Loading…
Reference in New Issue