Update .gitea/workflows/hugo-build.yml

This commit is contained in:
2025-06-09 09:14:53 -05:00
parent d6af00fb31
commit 6a4b77f1d4

View File

@ -2,11 +2,6 @@ name: Hugo Update Pipeline
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
workflow_dispatch:
inputs:
additionalProp1:
required: true
default: 'cat'
type: string
jobs:
Explore-Gitea-Actions:
@ -25,4 +20,7 @@ jobs:
hugo-version: 'latest'
# extended: true
- name: Build
run: hugo --minify
run: hugo --minify
- name: Commit changes
run: |
git status