We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c68557 commit 087e30bCopy full SHA for 087e30b
.github/workflows/build_and_deploy.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Hugo
18
uses: peaceiris/actions-hugo@v2
19
with:
20
- hugo-version: '0.121.2'
+ hugo-version: '0.122.0'
21
- name: Build user manual
22
run: make build-manual
23
- name: Build developer manual
Makefile
@@ -25,14 +25,14 @@ live-dev:
25
--cleanDestinationDir \
26
--environment dev \
27
--destination ../build/dev \
28
- --debug
+ --logLevel info
29
30
live-manual:
31
cd page; hugo server \
32
33
--environment manual \
34
--destination ../build/manual \
35
36
37
clean:
38
rm -r build
0 commit comments