summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci-deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-deploy.yml')
-rw-r--r--.github/workflows/ci-deploy.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml
index 1bb17a0..b36be84 100644
--- a/.github/workflows/ci-deploy.yml
+++ b/.github/workflows/ci-deploy.yml
@@ -16,7 +16,6 @@ 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: