Skip to content

Merge pull request #75 from btroop/languages-with-countries-only #18

Merge pull request #75 from btroop/languages-with-countries-only

Merge pull request #75 from btroop/languages-with-countries-only #18

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- name: Publish
uses: cloudflare/wrangler-action@2.0.0
with:
preCommands: yarn
apiToken: ${{ secrets.CF_API_TOKEN }}