diff options
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: |