Skip to content

Commit

Permalink
Merge pull request #50 from re-kast/feature/issue_27
Browse files Browse the repository at this point in the history
💚 Update docs generation
  • Loading branch information
dubdabasoduba authored Oct 31, 2024
2 parents 802422a + 5b61f5d commit 496e494
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ jobs:
- name: Document modules with dokka
run: ./gradlew dokkaHtmlMultiModule
working-directory: android
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Deploy 🚀
if: ${{ github.event_name == 'push' }}
Expand All @@ -93,3 +91,4 @@ jobs:
branch: gh-pages # The branch the action should deploy to.
folder: android/build/dokka # The folder the action should deploy.
target-folder: dokka
ssh-key: ${{ secrets.DEPLOY_KEY }}

0 comments on commit 496e494

Please sign in to comment.