Skip to content

Commit

Permalink
Update GH pages script to work with new Dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
sandwwraith committed Jan 17, 2022
1 parent 8be6845 commit 63fe3ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions update_docs.sh
Expand Up @@ -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
Expand Down

0 comments on commit 63fe3ff

Please sign in to comment.