Skip to content

Commit

Permalink
ISSUE-348 Update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Dunaevskii committed Nov 6, 2023
1 parent 488cf86 commit 31d1024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
HUGO_VERSION=$(hugo version | grep -Eo '[0-9]+\.[0-9]+((\.[0-9]+)?)')
# The option changed in 0.93.0: https://github.com/gohugoio/hugo/releases/tag/v0.93.0
I18N_OPT=$([ $(ver $HUGO_VERSION) -lt $(ver 0.93.0) ] && echo "--i18n-warnings" || echo "--printI18nWarnings")
HUGO_THEME="Mainroad" hugo --themesDir --panicOnWarning ../.. $I18N_OPT -v
HUGO_THEME="Mainroad" hugo --panicOnWarning --themesDir ../.. $I18N_OPT -v
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
{{- end }}
{{- partial "mathjax.html" . -}}
</body>
</html>
</html>

0 comments on commit 31d1024

Please sign in to comment.