From d08016ee733ce1f2e00fec7e8b6f209efb154bf3 Mon Sep 17 00:00:00 2001 From: laraproto Date: Sat, 25 Jan 2025 16:22:28 +0200 Subject: [PATCH] gwuh --- .github/workflows/wrangler.yml | 1 + src/app.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index 68126ac..fcbcce3 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -31,5 +31,6 @@ jobs: uses: https://github.com/cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} + accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} command: | pages deploy .svelte-kit/cloudflare --project-name=protogen-social-down-page \ No newline at end of file diff --git a/src/app.scss b/src/app.scss index f173aa4..29e566b 100644 --- a/src/app.scss +++ b/src/app.scss @@ -1 +1 @@ -@import 'tailwindcss'; \ No newline at end of file +@use 'tailwindcss'; \ No newline at end of file