This commit is contained in:
2026-08-16 23:50:21 +02:00
parent f939a69b1f
commit a0d4e80a6a
+1
View File
@@ -95,6 +95,7 @@ jobs:
echo '' >> wrangler.toml
echo '[assets]' >> wrangler.toml
echo 'directory = "./dist/${{ matrix.site }}"' >> wrangler.toml
echo 'not_found_handling = "404.html"' >> wrangler.toml
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v4