Skip to content

Update theme and config layout change #41

Update theme and config layout change

Update theme and config layout change #41

Workflow file for this run

#
# www.kr.freebsd.org site build: for every push,
# run hugo to verify.
#
name: Check
# Controls when the action will run.
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Hugo setup
uses: peaceiris/actions-hugo@v2
- name: Hugo build
run: hugo -v --minify