Skip to content

remove logging

remove logging #270

Workflow file for this run

name: Checks that hugo can successfully build
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
-
name: Checkout repository
uses: actions/checkout@v4
-
name: Setup hugo
uses: peaceiris/actions-hugo@v3
-
name: Run a hugo build
run: hugo --minify