Skip to content

Commit 11396d8

Browse files
authored
Update release.yml
1 parent edc11a5 commit 11396d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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;

0 commit comments

Comments
 (0)