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

This commit is contained in:
Isaac Johnson 2026-06-23 19:10:02 -05:00
parent 91065def51
commit 72a1405c92
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ jobs:
apt update
cat /etc/os-release
apt install -y ca-certificates curl gnupg
apt install -y hugo
wget https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_linux-amd64.deb
sudo dpkg -i hugo_0.163.3_linux-amd64.deb
- name: Build Hugo
run: |
hugo --help