summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci-deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-deploy.yml')
-rw-r--r--.github/workflows/ci-deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml
index 69ab464..9dbb540 100644
--- a/.github/workflows/ci-deploy.yml
+++ b/.github/workflows/ci-deploy.yml
@@ -22,7 +22,7 @@ jobs:
ref: master
- name: Replace files
run: |
- rm -r *
+ rm -r * || true
mv /tmp/dist/.[!.]* .
mv /tmp/dist/* .
- name: Commit files