Skip to content

Commit c8284d8

Browse files
authored
Update deploy-android-documentation.yml v12
1 parent 51e72ea commit c8284d8

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
run: |
5151
shopt -s extglob
5252
rm -rf !(kv-color-palette-dokka.zip|.git)
53-
ls -la
5453
5554
- name: Checkout to gh-pages
5655
run: |
@@ -70,13 +69,9 @@ jobs:
7069
run: |
7170
unzip kv-color-palette-dokka.zip
7271
rm -rf kv-color-palette-dokka.zip
73-
ls -la
74-
ls -la kv-color-palette/
72+
rm -rf .gradle
7573
76-
# Sync documentation (ignore harmless vanishing file warnings)
77-
# rsync -av --delete kv-color-palette/build/docs/dokkaHtml/ . || true
78-
79-
# touch .nojekyll # Prevent GitHub from treating it as a Jekyll site
80-
# git add .
81-
# git commit -m "Deploy Dokka documentation" || echo "No changes to commit"
82-
# git push --force origin gh-pages
74+
touch .nojekyll # Prevent GitHub from treating it as a Jekyll site
75+
git add .
76+
git commit -m "Deploy Dokka documentation" || echo "No changes to commit"
77+
git push --force origin gh-pages

0 commit comments

Comments
 (0)