Skip to content

Commit

Permalink
Fix dokka build (#3160)
Browse files Browse the repository at this point in the history
- Add missing keystore.properties file
  • Loading branch information
ndegwamartin authored Mar 20, 2024
1 parent 25b741a commit f1944e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
run: touch local.properties
working-directory: android

- name: Add empty keystore.properties
run: touch keystore.properties
working-directory: android

- name: Grant execute permission for gradlew
run: chmod +x gradlew
working-directory: android
Expand Down

0 comments on commit f1944e1

Please sign in to comment.