fix tailwind css builder path
This commit is contained in:
4
.github/workflows/build-css.yaml
vendored
4
.github/workflows/build-css.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user