fix tailwind css builder path

This commit is contained in:
Kevin Pham
2023-12-06 10:26:49 -06:00
parent 9d6cedb2a5
commit 0e940ec217

View File

@@ -4,7 +4,7 @@ on:
push: push:
paths: paths:
- "handlers/form.html" - "handlers/form.html"
- "proxychain/responsemodifiers/generate_readable_outline.html" - "proxychain/responsemodifiers/vendor/generate_readable_outline.html"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -30,7 +30,7 @@ jobs:
- -
name: Commit generated stylesheet name: Commit generated stylesheet
run: | run: |
if git diff --quiet cmd/styles.css; then if git diff --quiet handlers/styles.css; then
echo "No changes to commit." echo "No changes to commit."
exit 0 exit 0
else else