diff --git a/.github/workflows/deploy-web.yml b/.github/workflows/deploy-web.yml index d481f33..bef8e68 100644 --- a/.github/workflows/deploy-web.yml +++ b/.github/workflows/deploy-web.yml @@ -18,8 +18,6 @@ jobs: uses: actions/checkout@v3 - name: Install, build, and upload your site uses: withastro/action@v1 - with: - path: './web' deploy: needs: build