Skip to content

Commit 9a0ed9a

Browse files
committed
updated for using gh-pages to handle multiple versions of the docs.
1 parent 1ff158e commit 9a0ed9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
public

hugo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ theme = "docdock"
88
#themesdir = "themes/"
99
pygmentsCodeFences = true
1010
pygmentsStyle = "monokailight"
11-
publishDir = "../docs"
11+
publishDir = "../public"
1212
canonifyurls = true
1313

1414
defaultContentLanguage = "en"

0 commit comments

Comments
 (0)