Skip to content

Added BeatHarder to showcase #233

Added BeatHarder to showcase

Added BeatHarder to showcase #233

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