Skip to content

Commit aad9563

Browse files
committed
added name for publishing branch
1 parent 479be53 commit aad9563

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build docs and push to gh-pages branch
1+
name: Build docs and push to docs branch
22

33
on:
44
push:
@@ -26,8 +26,9 @@ jobs:
2626
- name: Build documentation
2727
run: ./gradlew dokkaHtml --no-configuration-cache
2828

29-
- name: Push to GH Pages branch
29+
- name: Push to docs branch
3030
uses: peaceiris/actions-gh-pages@v3
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: ./docs
34+
publish_branch: kdocs

0 commit comments

Comments
 (0)