diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-06-02 16:45:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 16:45:16 +0200 |
commit | db1eec9a6f98cf7c5cbbb843e1735034975d74ce (patch) | |
tree | a0ca9fb4f47efbcae6ccf43535fcd6a26bf192f3 | |
parent | Merge pull request #17 from beziapp/github-actions-fix (diff) | |
parent | Pipeline bug fix no. 4 (diff) | |
download | beziapp-db1eec9a6f98cf7c5cbbb843e1735034975d74ce.tar beziapp-db1eec9a6f98cf7c5cbbb843e1735034975d74ce.tar.gz beziapp-db1eec9a6f98cf7c5cbbb843e1735034975d74ce.tar.bz2 beziapp-db1eec9a6f98cf7c5cbbb843e1735034975d74ce.tar.lz beziapp-db1eec9a6f98cf7c5cbbb843e1735034975d74ce.tar.xz beziapp-db1eec9a6f98cf7c5cbbb843e1735034975d74ce.tar.zst beziapp-db1eec9a6f98cf7c5cbbb843e1735034975d74ce.zip |
-rw-r--r-- | .github/workflows/ci-deploy.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 9dbb540..6a160b4 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -23,6 +23,7 @@ jobs: - name: Replace files run: | rm -r * || true + find . ! -name '.git' -type d -exec rm -rf {} + mv /tmp/dist/.[!.]* . mv /tmp/dist/* . - name: Commit files |