Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

DEV-279 - Add PR check and Hugo build workflows #2

DEV-279 - Add PR check and Hugo build workflows

DEV-279 - Add PR check and Hugo build workflows #2

Workflow file for this run

name: Build Hugo Site
on:
push:
branches:
- 'master'
pull_request:
paths-ignore:
- "**.md"
- ".github/**"
- ".gitignore"
- ".gitattributes"
branches:
- 'master'
jobs:
hugo:
name: Build Hugo Site
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
extended: true
-
name: Build Hugo Site
run: hugo --minify