debug
CICD / Explore-Gitea-Actions (push) Failing after 29s Details

This commit is contained in:
Isaac Johnson 2026-06-23 19:07:22 -05:00
parent c29624f18e
commit 91065def51
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ jobs:
apt install -y hugo apt install -y hugo
- name: Build Hugo - name: Build Hugo
run: | run: |
hugo --help
hugo version
hugo build hugo build
- name: Sync to AWS - name: Sync to AWS
run: | run: |