Skip to content

Update dependency prettier to v3.4.2 (#155) #150

Update dependency prettier to v3.4.2 (#155)

Update dependency prettier to v3.4.2 (#155) #150

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- name: Pre-Publish
run: 'echo "$TOML_CONTENT" > wrangler.toml && npm install'
shell: bash
env:
TOML_CONTENT: ${{secrets.TOML_CONTENT}}
- name: Publish
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}