Skip to content

Commit 63fe3ff

Browse files
committed
Update GH pages script to work with new Dokka
1 parent 8be6845 commit 63fe3ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

update_docs.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ fi
4646
# Copy manually new documentation and flat out kotlinx-serialization
4747
cp -r "$DIST_DIR"/* "$PAGES_DIR"
4848

49-
# Hack for the GH pages
50-
cp $PAGES_DIR/-modules.html $PAGES_DIR/index.html
51-
5249
# Add it all to git
5350
# git add *
5451
for file in $(find $PAGES_DIR -type f -name '*'); do git add $file; done

0 commit comments

Comments
 (0)