Skip to content

Add Mind Match to Showcase #236

Add Mind Match to Showcase

Add Mind Match to Showcase #236

Workflow file for this run

name: Check Build On PR
on:
pull_request:
branches: [ '*' ]
jobs:
check-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.64.0'
extended: true
- name: Build
run: hugo --minify