Skip to content

chore: switch to hugomods/hugo Docker image, with Hugo 0.128.0 #691

chore: switch to hugomods/hugo Docker image, with Hugo 0.128.0

chore: switch to hugomods/hugo Docker image, with Hugo 0.128.0 #691

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