diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-06-02 16:09:57 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-06-02 16:09:57 +0200 |
commit | dc56e281407ba74346c2ba24ee69a6e7301e31a9 (patch) | |
tree | b9e9742c71797f864e68e121f04c6710fbc2c0bf /.github/workflows/ci-deploy.yml | |
parent | Github actions fix (diff) | |
download | beziapp-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 |
Diffstat (limited to '.github/workflows/ci-deploy.yml')
-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 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: |