Skip to content

Bump Hugo version to 0.138.0 #698

Bump Hugo version to 0.138.0

Bump Hugo version to 0.138.0 #698

Workflow file for this run

name: Hugo
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# this is needed to checkout theme which normally come from separate git repository
submodules: true
- name: Check site can be built with the docker compose image
run: docker compose --profile=donotstart up build