File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
restore-keys : ${{ runner.os }}-gradle-
74
74
75
75
- name : Gradle Assemble Dokka
76
- run : ./gradlew dokkaHtmlMultiModule -Pversion=${VERSION//v} --scan
76
+ run : ./gradlew dokkaHtml -Pversion=${VERSION//v} --scan
77
77
78
78
- uses : actions/upload-artifact@v3
79
79
with :
@@ -173,7 +173,7 @@ jobs:
173
173
run : |
174
174
REPO_NAME=${{ github.repository }}
175
175
REPO_NAME=${REPO_NAME#${{ github.repository_owner }}/}
176
- cp -avr build/dokka/htmlMultiModule / public;
176
+ cp -avr build/dokka/html / public;
177
177
find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
178
178
echo "/${REPO_NAME} /${REPO_NAME}/${REPO_NAME}/index.html 301" > public/_redirects;
179
179
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