Merge branch 'origin/proxy_v2' into proxy_v2/playground

This commit is contained in:
joncrangle
2023-12-10 23:44:46 -05:00
committed by GitHub
67 changed files with 463 additions and 125 deletions

View File

@@ -29,7 +29,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."