remove styles.css from gitignore to allow github action to detect changes
This commit is contained in:
2
.github/workflows/build-css.yaml
vendored
2
.github/workflows/build-css.yaml
vendored
@@ -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
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,5 +2,4 @@
|
||||
ladder
|
||||
|
||||
VERSION
|
||||
output.css
|
||||
styles.css
|
||||
output.css
|
||||
Reference in New Issue
Block a user