Skip to content

ci: migrate to grebedoc.dev #4

ci: migrate to grebedoc.dev

ci: migrate to grebedoc.dev #4

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
- source
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- uses: ./.github/actions/zola-build