Skip to content

Commit 0a946f6

Browse files
committed
chore: use baseurl flag on mudkip
1 parent 511efc6 commit 0a946f6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/generate-docs.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ 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-
# 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"
9+
mudkip --stylesheet="./docs/styles.css" --baseurl='/commitlog/'
1310

1411

0 commit comments

Comments
 (0)