Skip to content

🤖 Update dependency gohugoio/hugo to v0.126.1 #298

🤖 Update dependency gohugoio/hugo to v0.126.1

🤖 Update dependency gohugoio/hugo to v0.126.1 #298

Workflow file for this run

name: Main Branch Build
on:
push:
branches:
- main
pull_request:
jobs:
build-deploy:
name: Test Build exampleSite
runs-on: ubuntu-22.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.22.3'
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
# renovate: datasource=github-releases depName=gohugoio/hugo
hugo-version: '0.126.1'
extended: true
- name: Build
working-directory: ./exampleSite
run: hugo --minify --themesDir ../.. --baseURL https://chrede88.github.io/L1nkr/