File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments