diff options
author | rstular <rok@stular.eu> | 2020-06-02 16:01:05 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-06-02 16:01:05 +0200 |
commit | f06c1210549f0e6c81b72c6f51b811304e8cd7c4 (patch) | |
tree | f8e0dd68589c859c252b6bd2e607d857c7928a85 /.github/workflows | |
parent | WIP - Grading UI changes, minor translation changes (diff) | |
download | beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar.gz beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar.bz2 beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar.lz beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar.xz beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar.zst beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.zip |
Diffstat (limited to '.github/workflows')
-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" |