Skip to content

Commit

Permalink
Fix move step of build action
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfast committed Nov 30, 2023
1 parent b5d7d38 commit a2aab40
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 @@ -167,7 +167,7 @@ jobs:

- name: Move dokka api-doc to docs/api
run: |
mkdir build/docs/api
mkdir -p build/docs/api
mv build/dokka/htmlMultiModule build/docs/api
- name: Upload pages
Expand Down

0 comments on commit a2aab40

Please sign in to comment.