Skip to content

Linzer V2

Linzer V2 #120

Workflow file for this run

name: Build on Push
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: npm ci
run: npm ci
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.83.1'
extended: true
- name: Build
run: hugo --minify