Skip to content

Commit 18e8073

Browse files
Update GitHub Actions Workflow
1 parent 359893e commit 18e8073

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-docs-dispatch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build SDK References Documents
1+
name: Build SDK References Documents (Manual)
22

33
on:
44
workflow_dispatch:
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212
- name: Build
1313
run: |
14-
sh ./gradlew dokkaHtml
14+
sh ./gradlew dokkaGeneratePublicationHtml
1515
- name: Commit and push docs
1616
working-directory: ./
1717
run: |

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- name: Build
1515
run: |
16-
sh ./gradlew dokkaHtml
16+
sh ./gradlew dokkaGeneratePublicationHtml
1717
- name: Commit and push docs
1818
working-directory: ./
1919
run: |

0 commit comments

Comments
 (0)