Skip to content

Commit e4b8d61

Browse files
committed
Fix docs workflow
1 parent 5d73b33 commit e4b8d61

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.github/workflows/docs-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ jobs:
7676
run: ./gradlew dokkaHtmlMultiModule
7777

7878
- name: Zip output to artifact
79-
run: zip -r ${{ env.DOKKA_ARTIFACT }} build/dokka/htmlMultiModule
79+
run: |
80+
cd build/dokka/htmlMultiModule
81+
zip ${{ env.GITHUB_WORKSPACE }}/${{ env.DOKKA_ARTIFACT }} ./*
8082
8183
- name: Save artifact with build results
8284
uses: actions/upload-artifact@v4

docs/Writerside/default.tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!DOCTYPE instance-profile
33
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
44

5-
<instance-profile id="default" name="Kotlinmailer" start-page="index.topic">
6-
<toc-element topic="index.topic"/>
5+
<instance-profile id="default" name="Kotlinmailer" start-page="home.topic">
6+
<toc-element topic="home.topic"/>
77
<toc-element topic="get_started.topic"/>
88
<toc-element topic="modules.topic"/>
99
<toc-element topic="html.md"/>
@@ -13,6 +13,6 @@
1313
<toc-element topic="convert.md"/>
1414
<toc-element topic="tls.md"/>
1515
</toc-element>
16-
<toc-element topic="Migration-Guide.md"/>
17-
<toc-element topic="Contributing-to-Kotlinmailer.topic"/>
16+
<toc-element topic="migration.md"/>
17+
<toc-element topic="contributions.topic"/>
1818
</instance-profile>

docs/Writerside/topics/Contributing-to-Kotlinmailer.topic renamed to docs/Writerside/topics/contributions.topic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE topic SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
33
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
5-
title="Contributing to Kotlinmailer" id="Contributing-to-Kotlinmailer">
5+
title="Contributing to Kotlinmailer" id="contributions" help-id="Contributing-to-Kotlinmailer;contrvution;contrbution">
66

77
<p>We're delighted that you're considering contributing to Kotlinmailer!</p>
88
<p>There are multiple ways you can contribute:</p>

docs/Writerside/topics/index.topic renamed to docs/Writerside/topics/home.topic

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE topic SYSTEM "https://resources.jetbrains.com/writerside/1.0/html-entities.dtd">
33
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
5-
title="Kotlinmailer Documentation" id="index">
5+
title="Kotlinmailer Documentation" id="home" help-id="index">
66

77
<section-starting-page>
88
<title>Kotlinmailer Documentation</title>
@@ -27,8 +27,8 @@
2727
</primary>
2828
<secondary>
2929
<title>Release and Contribution</title>
30-
<a href="Contributing-to-Kotlinmailer.topic">Contributing to Kotlinmailer</a>
31-
<a href="Migration-Guide.md">Migration Guide</a>
30+
<a href="contributions.topic">Contributing to Kotlinmailer</a>
31+
<a href="migration.md">Migration Guide</a>
3232
</secondary>
3333
</section-starting-page>
3434
</topic>
File renamed without changes.

0 commit comments

Comments
 (0)