fix title on outline generatation if it contains a ;

This commit is contained in:
Kevin Pham
2023-12-08 10:20:27 -06:00
parent 5bb6b872ba
commit 81c99821f0
3 changed files with 4 additions and 4 deletions

View File

@@ -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."