diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml index a55d8fb..116e141 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -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 \ No newline at end of file + run: hugo --minify + - name: Commit changes + run: | + git status \ No newline at end of file