Skip to content

Commit a00cee3

Browse files
committed
fix: Copy generated API ref correctly
1 parent ba79303 commit a00cee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: rm -rf docs/docs/api && mkdir docs/docs/api
3333

3434
- name: Copy generated docs
35-
run: cp -r build/dokka docs/docs/api
35+
run: cp -r build/dokka/* docs/docs/api/
3636

3737
- name: Build mkdocs website
3838
working-directory: ./docs

0 commit comments

Comments
 (0)