Skip to content

Commit 540bb3d

Browse files
committed
fix doc generation
1 parent 937a4c1 commit 540bb3d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/generate-docs.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ curl -o mudkip.tgz -L https://github.com/barelyhuman/mudkip/releases/latest/down
66
tar -xvzf mudkip.tgz
77
install linux-amd64/mudkip /usr/local/bin
88

9-
mudkip --stylesheet="./docs/styles.css"
9+
# hack for github pages till mudkip doesn't add baseURL functionality
10+
sed -i s#/#/commitlog/#g ./docs/_sidebar.md
11+
12+
mudkip --stylesheet="./docs/styles.css"
13+
14+

0 commit comments

Comments
 (0)