summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-06-02 16:01:05 +0200
committerrstular <rok@stular.eu>2020-06-02 16:06:47 +0200
commit57c561748c06b3351031137e9e36595738c2073f (patch)
treeacc2df7f0f96e47c41115dd7ec52f624f955f64f /.github
parentgsec bug fix (subject must not be null), UI fix (diff)
downloadbeziapp-57c561748c06b3351031137e9e36595738c2073f.tar
beziapp-57c561748c06b3351031137e9e36595738c2073f.tar.gz
beziapp-57c561748c06b3351031137e9e36595738c2073f.tar.bz2
beziapp-57c561748c06b3351031137e9e36595738c2073f.tar.lz
beziapp-57c561748c06b3351031137e9e36595738c2073f.tar.xz
beziapp-57c561748c06b3351031137e9e36595738c2073f.tar.zst
beziapp-57c561748c06b3351031137e9e36595738c2073f.zip
Diffstat (limited to '.github')
-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"