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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml
index 505cf14..b36be84 100644
--- a/.github/workflows/ci-deploy.yml
+++ b/.github/workflows/ci-deploy.yml
@@ -22,8 +22,8 @@ jobs:
ref: master
- name: Replace files
run: |
- rm -r *
- mv /tmp/dist/* .
+ rm -r .[!.]*
+ mv /tmp/dist/.[!.]* .
- name: Commit files
run: |
git config --local user.email "action@github.com"