From 76294adab64419889c19311e2bfa59389b304782 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 14 Dec 2021 14:48:06 +0200 Subject: [PATCH] .github/workflows/pages.yml: retab --- .github/workflows/pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 3e6f8180..39e010d4 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -22,14 +22,14 @@ jobs: poetry run ./util/generate-hugo-content.py -i ./data/schema-fields.csv --clean -d - name: Setup Hugo uses: peaceiris/actions-hugo@v2 - - name: Build Hugo site - run: hugo - working-directory: site + - name: Build Hugo site + run: hugo + working-directory: site - name: Commit Hugo content uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Automated commit with site updates - file_pattern: site/* + file_pattern: site/* pages: runs-on: ubuntu-latest if: ${{ github.ref_name == 'main' }}