We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5598ef commit 8ad9175Copy full SHA for 8ad9175
.github/workflows/release.yml
@@ -60,9 +60,6 @@ jobs:
60
ORG_GRADLE_PROJECT_githubRepository: ${{ github.repository }}
61
- name: Publish Documentation
62
uses: peaceiris/[email protected]
63
- env:
64
- ACTIONS_DEPLOY_KEY: ${{ secrets.GH_PAGES_DEPLOY_KEY }}
65
- PUBLISH_BRANCH: gh-pages
66
- PUBLISH_DIR: ./build/dokka
67
with:
68
- emptyCommits: false
+ publish_dir: ./build/dokka
+ deploy_key: ${{ secrets.GH_PAGES_DEPLOY_KEY }}
0 commit comments