Skip to content

build(deps-dev): bump hugo-bin from 0.137.2 to 0.139.0 #311

build(deps-dev): bump hugo-bin from 0.137.2 to 0.139.0

build(deps-dev): bump hugo-bin from 0.137.2 to 0.139.0 #311

Workflow file for this run

name: build
on:
pull_request:
jobs:
worker:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
name: Setup Hugo
uses: peaceiris/actions-hugo@v3
-
name: npm install
run: npm install
-
name: hugo build
run: hugo --minify --gc --config=config.yml
-
name: wrangler
uses: cloudflare/[email protected]
with:
environment: prd
command: build
apiToken: ${{ secrets.CF_API_TOKEN }}