Skip to content

🤖 Update renovatebot/github-action action to v41.0.10 #289

🤖 Update renovatebot/github-action action to v41.0.10

🤖 Update renovatebot/github-action action to v41.0.10 #289

Workflow file for this run

name: Template Build
on:
push:
branches:
- main
pull_request_target:
paths:
- assets/**
- config/**
pull_request:
jobs:
build-deploy:
name: Test Build template
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
# renovate: datasource=github-tags depName=golang/go
go-version: '1.23.5'
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
# renovate: datasource=github-releases depName=gohugoio/hugo
hugo-version: '0.141.0'
extended: true
- name: Clean cache
run: hugo mod clean
- name: Build
run: hugo --minify