Skip to content

Commit

Permalink
Fix api-doc location before the publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfast authored Nov 30, 2023
1 parent 7844084 commit 0d70a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Move dokka api-doc to docs/api
run: |
sudo mkdir -p build/docs/api
sudo mv build/dokka/htmlMultiModule build/docs/api
sudo mv build/dokka/htmlMultiModule/* build/docs/api
- name: Upload pages
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 0d70a06

Please sign in to comment.