Skip to content

Commit 83e7099

Browse files
authored
Update deploy-android-documentation.yml v5
1 parent 6694718 commit 83e7099

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
run: |
4646
git config --global user.name "github-actions[bot]"
4747
git config --global user.email "github-actions[bot]@users.noreply.github.com"
48+
49+
# Move new documentation
50+
rsync -av --delete kv-color-palette/build/docs/dokkaHtml/ .
4851
4952
# Check if gh-pages exists
5053
if git ls-remote --exit-code --heads origin gh-pages; then
@@ -55,9 +58,6 @@ jobs:
5558
git checkout --orphan gh-pages
5659
fi
5760
58-
# Move new documentation
59-
rsync -av --delete kv-color-palette/build/docs/dokkaHtml/ .
60-
6161
touch .nojekyll # Prevent GitHub from treating it as a Jekyll site
6262
git add .
6363
git commit -m "Deploy Dokka documentation" || echo "No changes to commit"

0 commit comments

Comments
 (0)