Skip to content

Commit 08cfae2

Browse files
committed
fix release build
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 0c92522 commit 08cfae2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mise.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ run = "./scripts/set-release-version-github-pages.sh"
7676
description = "Prepare GitHub pages"
7777
depends = ["javadoc", "set-gh-pages-version"]
7878

79+
[tasks.gh-pages-dev]
80+
description = "Build GitHub pages for dev"
81+
run = "hugo server -D"
82+
dir = "docs"
83+
7984
[tasks.build-gh-pages]
8085
description = "Build GitHub pages"
8186
# For maximum backward compatibility with Hugo modules

0 commit comments

Comments
 (0)