Skip to content

localizing

localizing #3

Workflow file for this run

# Allow deploying the project to Cloudflare Workers
# https://developers.cloudflare.com/workers/tutorials/deploy-button/
name: Build
on:
repository_dispatch:
push:
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout the branch
uses: meta-introspector/checkout@v4

Check failure on line 15 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Install pnpm
uses: meta-introspector/[email protected]
with:
version: latest
- name: Build & Deploy Worker
uses: meta-introspector/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}