diff options
author | rstular <rok@stular.eu> | 2020-06-02 16:01:05 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-06-02 16:06:47 +0200 |
commit | 57c561748c06b3351031137e9e36595738c2073f (patch) | |
tree | acc2df7f0f96e47c41115dd7ec52f624f955f64f /.github/workflows/ci-deploy.yml | |
parent | gsec bug fix (subject must not be null), UI fix (diff) | |
download | beziapp-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 '')
-rw-r--r-- | .github/workflows/ci-deploy.yml | 4 |
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" |