Skip to content

Bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group (#137) #36

Bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group (#137)

Bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group (#137) #36

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
repository_dispatch:
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}