diff --git a/.github/workflows/build-css.yaml b/.github/workflows/build-css.yaml index a95cddc..4d4045c 100644 --- a/.github/workflows/build-css.yaml +++ b/.github/workflows/build-css.yaml @@ -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 diff --git a/.gitignore b/.gitignore index 27ff4d9..212e502 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ ladder VERSION -output.css -styles.css \ No newline at end of file +output.css \ No newline at end of file