Skip to content

Commit

Permalink
Fix permissions on move step
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfast authored Nov 30, 2023
1 parent 8dc0097 commit a96b937
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 -p ${{ github.workspace }}/build/docs/api
sudo mkdir -p ${{ github.workspace }}/build/docs/api
mv ${{ github.workspace }}/build/dokka/htmlMultiModule ${{ github.workspace }}/build/docs/api
- name: Upload pages
Expand Down

0 comments on commit a96b937

Please sign in to comment.