summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@gmail.com>2022-01-17 18:14:39 +0300
committerLeonid Startsev <sandwwraith@gmail.com>2022-01-17 18:14:39 +0300
commit63fe3ff58937042d8b5552ca15ae19694292b8d2 (patch)
treea6cef946f1646b932c877272ae901696567dca1a
parent8be6845927414a844ffebedc871dd8bc0d4b8aee (diff)
downloadkotlinx.serialization-63fe3ff58937042d8b5552ca15ae19694292b8d2.tar.gz
Update GH pages script to work with new Dokka
-rwxr-xr-xupdate_docs.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/update_docs.sh b/update_docs.sh
index d7e267e4..86598287 100755
--- a/update_docs.sh
+++ b/update_docs.sh
@@ -46,9 +46,6 @@ fi
# Copy manually new documentation and flat out kotlinx-serialization
cp -r "$DIST_DIR"/* "$PAGES_DIR"
-# Hack for the GH pages
-cp $PAGES_DIR/-modules.html $PAGES_DIR/index.html
-
# Add it all to git
# git add *
for file in $(find $PAGES_DIR -type f -name '*'); do git add $file; done