From aa614fca5fd9647ec94c2ad1686b0b7c42c05d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Wed, 10 Jan 2024 15:41:46 +0100 Subject: [PATCH] chore: reset Dokka command --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1caf358b..9eee2699 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,7 +34,7 @@ jobs: # Run dokka and create tar - name: Generate documentation run: | - ./gradlew dokkaHtmlMultiModule + ./gradlew dokkaHtml echo "Creating tar for generated docs" cd $GITHUB_WORKSPACE/maps-utils-ktx/build/documentation && tar cvf ~/maps-utils-docs.tar .