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