summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-06-02 16:09:57 +0200
committersijanec <sijanecantonluka@gmail.com>2020-06-02 16:09:57 +0200
commitdc56e281407ba74346c2ba24ee69a6e7301e31a9 (patch)
treeb9e9742c71797f864e68e121f04c6710fbc2c0bf
parentGithub actions fix (diff)
downloadbeziapp-dc56e281407ba74346c2ba24ee69a6e7301e31a9.tar
beziapp-dc56e281407ba74346c2ba24ee69a6e7301e31a9.tar.gz
beziapp-dc56e281407ba74346c2ba24ee69a6e7301e31a9.tar.bz2
beziapp-dc56e281407ba74346c2ba24ee69a6e7301e31a9.tar.lz
beziapp-dc56e281407ba74346c2ba24ee69a6e7301e31a9.tar.xz
beziapp-dc56e281407ba74346c2ba24ee69a6e7301e31a9.tar.zst
beziapp-dc56e281407ba74346c2ba24ee69a6e7301e31a9.zip
-rw-r--r--.github/workflows/ci-deploy.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml
index b36be84..1bb17a0 100644
--- a/.github/workflows/ci-deploy.yml
+++ b/.github/workflows/ci-deploy.yml
@@ -16,6 +16,7 @@ jobs:
- name: Copy dist/ folder
run: |
cp -r dist /tmp/
+ cp -r dist/.well-known tmp/dist/
- name: Checkout to master
uses: actions/checkout@v2
with: