Skip to content

Commit

Permalink
update publish-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkanyi committed Jun 7, 2024
1 parent e8e050e commit cd6c088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Copy Dokka output to site
# run: cp -r build/dokka/htmlMultiModule/ site/api/
run: cp -r build/dokka/html/ site/api/
run: cp -r sain/build/dokka/html/ site/api/

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit cd6c088

Please sign in to comment.