Skip to content

Commit f14e445

Browse files
committed
chore(docs): Fix path to Dokka output
1 parent a58767d commit f14e445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: peaceiris/[email protected]
8181
with:
8282
publish_branch: gh-pages
83-
publish_dir: ./build/javadoc/awala-testing
83+
publish_dir: ./build/dokka/html
8484
allow_empty_commit: false
8585
github_token: ${{ secrets.GITHUB_TOKEN }}
8686
- name: Release

0 commit comments

Comments
 (0)