Remove un-needed parameter in workflow
Build and deploy site / deploy (push) Failing after 32s
Details
Build and deploy site / deploy (push) Failing after 32s
Details
This commit is contained in:
parent
04adb63bc8
commit
1e43176d44
|
@ -16,7 +16,6 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
github-server-url: 'https://jayrude.dev/gitea'
|
|
||||||
- name: Install apt packages
|
- name: Install apt packages
|
||||||
run: apt update && apt install -y jq rsync
|
run: apt update && apt install -y jq rsync
|
||||||
- name: Get latest Hugo version
|
- name: Get latest Hugo version
|
||||||
|
|
Loading…
Reference in New Issue