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 name: Commit generated stylesheet
run: | run: |
if git diff --quiet; then if git diff cmd/styles.css --quiet; then
echo "No changes to commit." echo "No changes to commit."
exit 0 exit 0
else else

1
.gitignore vendored
View File

@@ -3,4 +3,3 @@ ladder
VERSION VERSION
output.css output.css
styles.css