Skip to content

Commit af12fff

Browse files
committed
CI: Fix KDoc location
1 parent 1de6aa4 commit af12fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v3
3838
with:
39-
path: ./build/dokka
39+
path: ./build/dokka/html
4040

4141
publish-docs:
4242
name: Publish docs
@@ -57,4 +57,4 @@ jobs:
5757
steps:
5858
- name: Deploy to GitHub Pages
5959
id: deployment
60-
uses: actions/deploy-pages@v4
60+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)