Skip to content

chore: update hugo-book theme to the 7c78a39 #3

chore: update hugo-book theme to the 7c78a39

chore: update hugo-book theme to the 7c78a39 #3

Workflow file for this run

name: Test Site
on:
pull_request:
paths-ignore:
- 'README.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- 'package*.json'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.140.0'
extended: true
- name: Build website
env:
NODE_PATH: /usr/lib/node_modules
HUGO_ENV: production
run: hugo --minify