diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e6ff354..db926d0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,3 +25,5 @@ jobs: key: ${{ secrets.DEPLOY_KEY_PRI }} source: dist/* target: ${{ secrets.DEPLOY_PATH }} + strip_components: 1 + overwrite: true