Skip to content

Commit 6983e0b

Browse files
committed
Find the generated documentation.
1 parent 3070195 commit 6983e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
5151
with:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
53-
publish_dir: ./build/library/build/dokka/html
53+
publish_dir: ./library/build/dokka/html
5454
destination_dir: ${{ steps.deploy-path.outputs.path }}
5555
keep_files: true # Important! Prevents deleting other directories

0 commit comments

Comments
 (0)