softinio.com/.github/workflows/build.yml

21 lines
330 B
YAML
Raw Normal View History

name: Build
2022-10-15 11:43:48 -07:00
on:
pull_request:
jobs:
build:
2022-10-15 11:43:48 -07:00
name: Build
runs-on: ubuntu-latest
steps:
2022-10-16 08:51:32 -07:00
- uses: actions/checkout@v3
2020-07-24 23:19:45 -07:00
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.104.3'
2020-07-24 23:19:45 -07:00
extended: true
2022-10-15 11:43:48 -07:00
- name: Hugo Build
run: hugo --minify