File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 76
76
run : ./gradlew dokkaHtmlMultiModule
77
77
78
78
- 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 }} ./*
80
82
81
83
- name : Save artifact with build results
82
84
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE instance-profile
3
3
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
4
4
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" />
7
7
<toc-element topic =" get_started.topic" />
8
8
<toc-element topic =" modules.topic" />
9
9
<toc-element topic =" html.md" />
13
13
<toc-element topic =" convert.md" />
14
14
<toc-element topic =" tls.md" />
15
15
</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" />
18
18
</instance-profile >
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE topic SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
3
3
<topic xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
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 " >
6
6
7
7
<p >We're delighted that you're considering contributing to Kotlinmailer!</p >
8
8
<p >There are multiple ways you can contribute:</p >
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE topic SYSTEM "https://resources.jetbrains.com/writerside/1.0/html-entities.dtd">
3
3
<topic xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
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" >
6
6
7
7
<section-starting-page >
8
8
<title >Kotlinmailer Documentation</title >
27
27
</primary >
28
28
<secondary >
29
29
<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 >
32
32
</secondary >
33
33
</section-starting-page >
34
34
</topic >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments