Skip to content

Create errors-in-go.md #26

Create errors-in-go.md

Create errors-in-go.md #26

Workflow file for this run

on:
pull_request:
paths:
- content/**
- static/**
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
name: Build
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.92.1'
- name: Build
run: hugo --destination dist/ --minify --config=config.toml