Skip to content

Chore(deps-dev): Bump autocorrect-node from 2.10.0 to 2.11.1 #23

Chore(deps-dev): Bump autocorrect-node from 2.10.0 to 2.11.1

Chore(deps-dev): Bump autocorrect-node from 2.10.0 to 2.11.1 #23

Workflow file for this run

name: Hugo build check
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
Actions-Hugo-Check:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: recursive # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: latest
extended: true
- name: Build Hugo static files
run: hugo --gc --minify --logLevel info