We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec57d4 commit f868b71Copy full SHA for f868b71
.github/workflows/deploy-prod.yml
@@ -32,5 +32,4 @@ jobs:
32
git config user.name github-actions
33
git config user.email github-actions@github.com
34
git add .
35
- git commit -m "Add article IDs to front matter"
36
- git push
+ git diff-index --quiet HEAD || git commit -m "Update frontmatter" && git push
0 commit comments