diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 499344a..2b79ef6 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -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 \ No newline at end of file