Fix the commit message... for real this time

This commit is contained in:
Alwinfy 2022-05-21 12:37:13 -04:00
parent 63502eca04
commit ff648bc014
No known key found for this signature in database
GPG key ID: 2CCB99445F0C949E

View file

@ -22,6 +22,6 @@ jobs:
git config user.name "Documentation Generation Bot"
git config user.email "noreply@github.com"
git add index.html
git diff-index --quiet HEAD || git commit -m "Update docs at index.html from $GITHUB_HEAD_REF"
git diff-index --quiet HEAD || git commit -m "Update docs at index.html from $GITHUB_REF"
- name: Upload changes
run: git push