Skip to content

Commit 8998e8e

Browse files
authored
Update deploy-android-documentation.yml v13
1 parent c8284d8 commit 8998e8e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy-android-documentation.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,9 @@ jobs:
7474
touch .nojekyll # Prevent GitHub from treating it as a Jekyll site
7575
git add .
7676
git commit -m "Deploy Dokka documentation" || echo "No changes to commit"
77-
git push --force origin gh-pages
77+
78+
- name: Push Changes with SSH
79+
run: |
80+
eval "$(ssh-agent -s)"
81+
ssh-add - <<< "${{ secrets.SSH_PRIVATE_KEY }}"
82+
git push git@github.com:KvColorPalette/KvColorPalette-Android.git gh-pages

0 commit comments

Comments
 (0)