From 918e3e35bf92cdb94287a9b48808363f648db7a8 Mon Sep 17 00:00:00 2001 From: Jocelyn Giroux Date: Wed, 2 Oct 2024 12:33:42 -0400 Subject: [PATCH] Try to debug the errors during doc generation --- .github/workflows/build.yml | 2 +- .github/workflows/pr.yml | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5ff5c3..fcb1116 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: if: github.ref == 'refs/heads/master' uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3 with: - hugo-version: "0.82.0" + hugo-version: "0.135.0" extended: true - name: Build Documentation diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d8b65e5..df11176 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3 with: - hugo-version: "0.113.0" + hugo-version: "0.135.0" extended: true - name: Test Documentation diff --git a/Makefile b/Makefile index bafb475..f354664 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ doc-serve: # Used to generate the final Hugo static website. Used in CI .PHONY: doc-generate doc-generate: - ./render-doc + bash -x ./render-doc git submodule update --init hugo --minify --source docs git diff -b -w --ignore-blank-lines --exit-code