Skip to content

Commit

Permalink
chore(ci): Push empty commit if no docs are generated (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer authored Apr 7, 2024
1 parent 1158098 commit dac76f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
run: |
./grain doc stdlib -o stdlib --current-version=$(./grain -v)
git add stdlib
git diff --staged --quiet || git commit -m 'chore(stdlib): Regenerate markdown documentation'
git commit --allow-empty -m 'chore(stdlib): Regenerate markdown documentation'
git push

0 comments on commit dac76f2

Please sign in to comment.