Skip to content

Commit

Permalink
Fix documentation publication error on CI (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIMP authored Jul 19, 2024
1 parent 3d94ea4 commit 90a438a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dokka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
link-to-sdk: true

- name: Build doc
run: gradle -Pandroid dokkaHtml
run: gradle -Pandroid=true dokkaHtml

- name: Deploy doc
if: ${{ inputs.live-run || false }}
Expand Down

0 comments on commit 90a438a

Please sign in to comment.