File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373 restore-keys : ${{ runner.os }}-gradle-
7474
7575 - name : Gradle Assemble Dokka
76- run : ./gradlew dokkaHtmlMultiModule -Pversion=${VERSION//v} --scan
76+ run : ./gradlew dokkaHtml -Pversion=${VERSION//v} --scan
7777
7878 - uses : actions/upload-artifact@v3
7979 with :
@@ -173,7 +173,7 @@ jobs:
173173 run : |
174174 REPO_NAME=${{ github.repository }}
175175 REPO_NAME=${REPO_NAME#${{ github.repository_owner }}/}
176- cp -avr build/dokka/htmlMultiModule / public;
176+ cp -avr build/dokka/html / public;
177177 find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
178178 echo "/${REPO_NAME} /${REPO_NAME}/${REPO_NAME}/index.html 301" > public/_redirects;
179179 echo "/${REPO_NAME}/index.html /${REPO_NAME}/${REPO_NAME}/index.html 301" >> public/_redirects;
You can’t perform that action at this time.
0 commit comments