From 63fe3ff58937042d8b5552ca15ae19694292b8d2 Mon Sep 17 00:00:00 2001 From: Leonid Startsev Date: Mon, 17 Jan 2022 18:14:39 +0300 Subject: [PATCH] Update GH pages script to work with new Dokka --- update_docs.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/update_docs.sh b/update_docs.sh index d7e267e41..865982873 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