Update .gitea/workflows/hugo-build.yml
This commit is contained in:
@ -2,11 +2,6 @@ name: Hugo Update Pipeline
|
|||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
|
||||||
additionalProp1:
|
|
||||||
required: true
|
|
||||||
default: 'cat'
|
|
||||||
type: string
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
@ -25,4 +20,7 @@ jobs:
|
|||||||
hugo-version: 'latest'
|
hugo-version: 'latest'
|
||||||
# extended: true
|
# extended: true
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
- name: Commit changes
|
||||||
|
run: |
|
||||||
|
git status
|
Reference in New Issue
Block a user