]> git.ipfire.org Git - ipfire.org.git/commitdiff
error-pages: Call jekyll only with "bundle exec" master
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 10 Apr 2026 09:28:13 +0000 (09:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 10 Apr 2026 09:28:13 +0000 (09:28 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 37831e067b9327e532de8d2e83284cf6fc3ed871..03d8f9f18806f0af9d7dc5b7b0d1cdc799888a25 100644 (file)
@@ -1292,7 +1292,7 @@ EXTRA_DIST += \
 .PHONY: error-pages
 error-pages:
        $(AM_V_GEN)cd src/error-pages && JEKYLL_ENV=production \
-               $(JEKYLL) build --quiet --incremental
+               bundle exec $(JEKYLL) build --quiet --incremental
 
 .PHONY: upload-error-pages
 upload-error-pages: error-pages