Skip to content

Commit

Permalink
Try to debug the errors during doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jocgir committed Oct 2, 2024
1 parent 766f76f commit 918e3e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 918e3e3

Please sign in to comment.