There was an error while loading. Please reload this page.
1 parent 479be53 commit aad9563Copy full SHA for aad9563
1 file changed
.github/workflows/docs.yaml
@@ -1,4 +1,4 @@
1
-name: Build docs and push to gh-pages branch
+name: Build docs and push to docs branch
2
3
on:
4
push:
@@ -26,8 +26,9 @@ jobs:
26
- name: Build documentation
27
run: ./gradlew dokkaHtml --no-configuration-cache
28
29
- - name: Push to GH Pages branch
+ - name: Push to docs branch
30
uses: peaceiris/actions-gh-pages@v3
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
publish_dir: ./docs
34
+ publish_branch: kdocs
0 commit comments