summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-06-02 16:32:25 +0200
committerrstular <rok@stular.eu>2020-06-02 16:32:25 +0200
commitc076c0a44d25ec99f6c3081fe96205399f1be653 (patch)
tree57bb10680078fa062e59914fda6e55031bbc029b
parentAnother pipeline bug fix (diff)
downloadbeziapp-c076c0a44d25ec99f6c3081fe96205399f1be653.tar
beziapp-c076c0a44d25ec99f6c3081fe96205399f1be653.tar.gz
beziapp-c076c0a44d25ec99f6c3081fe96205399f1be653.tar.bz2
beziapp-c076c0a44d25ec99f6c3081fe96205399f1be653.tar.lz
beziapp-c076c0a44d25ec99f6c3081fe96205399f1be653.tar.xz
beziapp-c076c0a44d25ec99f6c3081fe96205399f1be653.tar.zst
beziapp-c076c0a44d25ec99f6c3081fe96205399f1be653.zip
-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