diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 08c1058..de6b355 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -40,5 +40,4 @@ jobs: if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build/web - destination_dir: subdir \ No newline at end of file + publish_dir: ./build/web \ No newline at end of file