Skip to content

Bump themes/coder from 5c70217 to f69d6d6 #18

Bump themes/coder from 5c70217 to f69d6d6

Bump themes/coder from 5c70217 to f69d6d6 #18

Workflow file for this run

name: hugo generator
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
extended: true
- name: Build
run: hugo --minify