summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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