Skip to content

Commit

Permalink
chore(ci): Conditionally commit regenerated documentation (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Mar 16, 2024
1 parent 12281ad commit 5d601c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Expand Up @@ -44,5 +44,5 @@ jobs:
run: |
./grain doc stdlib -o stdlib --current-version=$(./grain -v)
git add stdlib
git commit -m 'chore(stdlib): Regenerate markdown documentation'
git diff --staged --quiet || git commit -m 'chore(stdlib): Regenerate markdown documentation'
git push

0 comments on commit 5d601c0

Please sign in to comment.