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
|
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
1
.gitignore
vendored
@@ -3,4 +3,3 @@ ladder
|
|||||||
|
|
||||||
VERSION
|
VERSION
|
||||||
output.css
|
output.css
|
||||||
styles.css
|
|
||||||
Reference in New Issue
Block a user