fix title on outline generatation if it contains a ;
This commit is contained in:
2
.github/workflows/build-css.yaml
vendored
2
.github/workflows/build-css.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
name: Build Tailwind CSS
|
||||
run: pnpm build
|
||||
-
|
||||
name: Commit generated stylesheet
|
||||
name: Commit generated stylesheet for handlers/styles.css
|
||||
run: |
|
||||
if git diff --quiet handlers/styles.css; then
|
||||
echo "No changes to commit."
|
||||
|
||||
Reference in New Issue
Block a user