Skip to content

Sponsor laajis

Sponsor laajis #150

Workflow file for this run

name: Build project
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
lfs: false
fetch-tags: true
- name: Fill git lfs files with dummy data
uses: linkkijkl/lfs-dummy-clone-action@main
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
extended: true
- name: Build
run: |
hugo --minify