fixing to apt
CICD / Explore-Gitea-Actions (push) Failing after 33s
Details
CICD / Explore-Gitea-Actions (push) Failing after 33s
Details
This commit is contained in:
parent
e492709a52
commit
c29624f18e
|
|
@ -15,10 +15,10 @@ jobs:
|
||||||
apt update
|
apt update
|
||||||
cat /etc/os-release
|
cat /etc/os-release
|
||||||
apt install -y ca-certificates curl gnupg
|
apt install -y ca-certificates curl gnupg
|
||||||
snap install hugo
|
apt install -y hugo
|
||||||
- name: Build Hugo
|
- name: Build Hugo
|
||||||
run: |
|
run: |
|
||||||
ehugo build
|
hugo build
|
||||||
- name: Sunc to AWS
|
- name: Sync to AWS
|
||||||
run: |
|
run: |
|
||||||
which aws || true
|
which aws || true
|
||||||
Loading…
Reference in New Issue