Skip to content

Update dependency eslint-config-prettier to v8.10.0 (#142) #148

Update dependency eslint-config-prettier to v8.10.0 (#142)

Update dependency eslint-config-prettier to v8.10.0 (#142) #148

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 }}