Skip to content

Commit

Permalink
Update readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Nov 3, 2024
1 parent 6fd9008 commit 6c6afd7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
branches:
- 'main'
paths:
- '.github/workflows/readme.yml'
- 'HEADER.md'
- 'docs/source/index.md'
- 'docs/source/assets/logo.svg'
- '.github/workflows/readme.yml'
- 'docs/source/index.md'
- 'scripts/readme.jl'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -19,5 +20,5 @@ jobs:
- run: |
git config user.name github-actions
git config user.email github-actions@github.com
git diff --quiet || (git add . && git commit -m "Regenerate README.md")
git diff --quiet || (git add . && git commit -m "Regenerate `README.md`")
git push

0 comments on commit 6c6afd7

Please sign in to comment.