Skip to content

Commit 8ad9175

Browse files
committed
ci: Fix GitHub Pages release
1 parent c5598ef commit 8ad9175

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ jobs:
6060
ORG_GRADLE_PROJECT_githubRepository: ${{ github.repository }}
6161
- name: Publish Documentation
6262
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
6763
with:
68-
emptyCommits: false
64+
publish_dir: ./build/dokka
65+
deploy_key: ${{ secrets.GH_PAGES_DEPLOY_KEY }}

0 commit comments

Comments
 (0)