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 🚀
|
||||
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
|
Reference in New Issue
Block a user