.github/workflows/pages.yml: retab

This commit is contained in:
Alan Orth 2021-12-14 14:48:06 +02:00
parent d6d9767e2d
commit 76294adab6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 4 deletions

View File

@ -22,14 +22,14 @@ jobs:
poetry run ./util/generate-hugo-content.py -i ./data/schema-fields.csv --clean -d poetry run ./util/generate-hugo-content.py -i ./data/schema-fields.csv --clean -d
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
- name: Build Hugo site - name: Build Hugo site
run: hugo run: hugo
working-directory: site working-directory: site
- name: Commit Hugo content - name: Commit Hugo content
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with:
commit_message: Automated commit with site updates commit_message: Automated commit with site updates
file_pattern: site/* file_pattern: site/*
pages: pages:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.ref_name == 'main' }} if: ${{ github.ref_name == 'main' }}