File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ fun JobBuilder<*>.deployDocs() {
1616 uses(
1717 name = " Generate API docs" ,
1818 action = GradleBuildAction (
19- arguments = " :library :dokkaHtml --no-configuration-cache" ,
19+ arguments = " :github-workflows-kt :dokkaHtml --no-configuration-cache" ,
2020 ),
2121 )
2222 run (
Original file line number Diff line number Diff line change 4848 name : ' Generate API docs'
4949 uses : ' gradle/gradle-build-action@v2'
5050 with :
51- arguments : ' :library :dokkaHtml --no-configuration-cache'
51+ arguments : ' :github-workflows-kt :dokkaHtml --no-configuration-cache'
5252 - id : ' step-6'
5353 name : ' Prepare target directory for API docs'
5454 run : ' mkdir -p to-gh-pages/api-docs'
Original file line number Diff line number Diff line change 9090 name : ' Generate API docs'
9191 uses : ' gradle/gradle-build-action@v2'
9292 with :
93- arguments : ' :library :dokkaHtml --no-configuration-cache'
93+ arguments : ' :github-workflows-kt :dokkaHtml --no-configuration-cache'
9494 - id : ' step-13'
9595 name : ' Prepare target directory for API docs'
9696 run : ' mkdir -p to-gh-pages/api-docs'
You can’t perform that action at this time.
0 commit comments