Skip to content

chore(deps): update dependency netlify-cli to v17.2.1 [staging] #207

chore(deps): update dependency netlify-cli to v17.2.1 [staging]

chore(deps): update dependency netlify-cli to v17.2.1 [staging] #207

Workflow file for this run

name: Build website
on:
push:
branches:
- renovate/**
jobs:
deploy-main:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Latest Version of Hugo
uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # tag=v2
with:
hugo-version: '0.120.4'
extended: true
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with:
go-version-file: 'go.mod'
- name: Build
shell: bash
run: |
hugo --minify --gc