Update .gitea/workflows/hugo-build.yml
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user