This commit is contained in:
parent
5b679ec47f
commit
d08016ee73
2 changed files with 2 additions and 1 deletions
1
.github/workflows/wrangler.yml
vendored
1
.github/workflows/wrangler.yml
vendored
|
@ -31,5 +31,6 @@ jobs:
|
||||||
uses: https://github.com/cloudflare/wrangler-action@v3
|
uses: https://github.com/cloudflare/wrangler-action@v3
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
command: |
|
command: |
|
||||||
pages deploy .svelte-kit/cloudflare --project-name=protogen-social-down-page
|
pages deploy .svelte-kit/cloudflare --project-name=protogen-social-down-page
|
|
@ -1 +1 @@
|
||||||
@import 'tailwindcss';
|
@use 'tailwindcss';
|
Loading…
Add table
Reference in a new issue