Update .gitea/workflows/hugo-build.yml

This commit is contained in:
2025-06-09 08:02:55 -05:00
parent 3647d37f10
commit 52663785f1

View File

@ -1,6 +1,9 @@
name: Hugo Update Pipeline
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on:
repository_dispatch:
types:
- update-submodule
jobs:
Explore-Gitea-Actions: