summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-06-02 16:48:15 +0200
committerrstular <rok@stular.eu>2020-06-02 16:48:15 +0200
commit10fc59b75214844921f99d59ba1d3c258e40df39 (patch)
tree59c0d913cf3eafda9e95ad86507b3b633f4a7f80
parentPipeline bug fix no. 4 (diff)
downloadbeziapp-10fc59b75214844921f99d59ba1d3c258e40df39.tar
beziapp-10fc59b75214844921f99d59ba1d3c258e40df39.tar.gz
beziapp-10fc59b75214844921f99d59ba1d3c258e40df39.tar.bz2
beziapp-10fc59b75214844921f99d59ba1d3c258e40df39.tar.lz
beziapp-10fc59b75214844921f99d59ba1d3c258e40df39.tar.xz
beziapp-10fc59b75214844921f99d59ba1d3c258e40df39.tar.zst
beziapp-10fc59b75214844921f99d59ba1d3c258e40df39.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 6a160b4..5b3ec96 100644
--- a/.github/workflows/ci-deploy.yml
+++ b/.github/workflows/ci-deploy.yml
@@ -23,7 +23,7 @@ jobs:
- name: Replace files
run: |
rm -r * || true
- find . ! -name '.git' -type d -exec rm -rf {} +
+ find . -not -name '.git' -a -not -name '.' -type d -exec rm -rf {} +
mv /tmp/dist/.[!.]* .
mv /tmp/dist/* .
- name: Commit files