diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3c04dd2..a5ab51f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,7 +44,10 @@ jobs: steps: - name: Download artifacts uses: actions/download-artifact@v4 + with: + name: dist - name: Copy artifacts run: | + ls -lR rm -rf /data/documentation/* cp -r ./dist/* /data/documentation/