We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c92522 commit 08cfae2Copy full SHA for 08cfae2
mise.toml
@@ -76,6 +76,11 @@ run = "./scripts/set-release-version-github-pages.sh"
76
description = "Prepare GitHub pages"
77
depends = ["javadoc", "set-gh-pages-version"]
78
79
+[tasks.gh-pages-dev]
80
+description = "Build GitHub pages for dev"
81
+run = "hugo server -D"
82
+dir = "docs"
83
+
84
[tasks.build-gh-pages]
85
description = "Build GitHub pages"
86
# For maximum backward compatibility with Hugo modules
0 commit comments