Skip to content

build(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.4.1 #315

build(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.4.1

build(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.4.1 #315

Workflow file for this run

name: build
on:
pull_request:
jobs:
worker:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v3.5.0
-
name: Setup Hugo
uses: peaceiris/actions-hugo@v2
-
name: npm install
run: npm install
-
name: hugo build
run: npm run build
-
name: wrangler
uses: cloudflare/wrangler-action@v3.4.1
with:
environment: prd
command: build