Skip to content

Commit

Permalink
Deploy html docs instead for dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Apr 6, 2023
1 parent 36b8103 commit 3c84a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if ! [[ ${local} ]]; then
cd ${DIR}

# Generate the API docs
./gradlew dokkaGfm --no-configuration-cache
./gradlew dokkaHtml --no-configuration-cache

fi

Expand Down

0 comments on commit 3c84a3b

Please sign in to comment.