fixing to apt
CICD / Explore-Gitea-Actions (push) Failing after 33s Details

This commit is contained in:
Isaac Johnson 2026-06-23 19:04:17 -05:00
parent e492709a52
commit c29624f18e
1 changed files with 3 additions and 3 deletions

View File

@ -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