Skip to content

Commit 087e30b

Browse files
committed
update Hugo version yet again
1 parent 0c68557 commit 087e30b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Hugo
1818
uses: peaceiris/actions-hugo@v2
1919
with:
20-
hugo-version: '0.121.2'
20+
hugo-version: '0.122.0'
2121
- name: Build user manual
2222
run: make build-manual
2323
- name: Build developer manual

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ live-dev:
2525
--cleanDestinationDir \
2626
--environment dev \
2727
--destination ../build/dev \
28-
--debug
28+
--logLevel info
2929

3030
live-manual:
3131
cd page; hugo server \
3232
--cleanDestinationDir \
3333
--environment manual \
3434
--destination ../build/manual \
35-
--debug
35+
--logLevel info
3636

3737
clean:
3838
rm -r build

0 commit comments

Comments
 (0)