Skip to content

chore(deps): update actions/setup-go digest to 0a12ed9 [staging] #329

chore(deps): update actions/setup-go digest to 0a12ed9 [staging]

chore(deps): update actions/setup-go digest to 0a12ed9 [staging] #329

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Setup Latest Version of Hugo
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
with:
hugo-version: '0.128.2'
extended: true
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version-file: 'go.mod'
- name: Build
shell: bash
run: |
hugo --minify --gc