Skip to content

chore(deps): pin dprint/check action to 2f1cf31 [staging] #382

chore(deps): pin dprint/check action to 2f1cf31 [staging]

chore(deps): pin dprint/check action to 2f1cf31 [staging] #382

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Latest Version of Hugo
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
with:
hugo-version: '0.137.1'
extended: true
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version-file: 'go.mod'
- name: Build
shell: bash
run: |
hugo --minify --gc
- name: Check formatting
uses: dprint/check@2f1cf31537886c3bfb05591c031f7744e48ba8a1 # v2.2