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
|
||||
cat /etc/os-release
|
||||
apt install -y ca-certificates curl gnupg
|
||||
snap install hugo
|
||||
apt install -y hugo
|
||||
- name: Build Hugo
|
||||
run: |
|
||||
ehugo build
|
||||
- name: Sunc to AWS
|
||||
hugo build
|
||||
- name: Sync to AWS
|
||||
run: |
|
||||
which aws || true
|
||||
Loading…
Reference in New Issue