We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58767d commit f14e445Copy full SHA for f14e445
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
uses: peaceiris/[email protected]
81
with:
82
publish_branch: gh-pages
83
- publish_dir: ./build/javadoc/awala-testing
+ publish_dir: ./build/dokka/html
84
allow_empty_commit: false
85
github_token: ${{ secrets.GITHUB_TOKEN }}
86
- name: Release
0 commit comments