msfjarvis.dev/.github/workflows/build-test.yml

30 lines
652 B
YAML

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