remove styles.css from gitignore to allow github action to detect changes

This commit is contained in:
Gianni Carafa
2023-11-15 10:06:49 +01:00
parent 4dbc103cf7
commit 0673255fc8
2 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
-
name: Commit generated stylesheet
run: |
if git diff --quiet; then
if git diff cmd/styles.css --quiet; then
echo "No changes to commit."
exit 0
else