diff --git a/.github/workflows/deploy_astro.yml b/.github/workflows/deploy_astro.yml index a98399d..ed3eaee 100644 --- a/.github/workflows/deploy_astro.yml +++ b/.github/workflows/deploy_astro.yml @@ -17,8 +17,8 @@ jobs: uses: actions/checkout@v3 - name: Install, build, and upload your site uses: withastro/action@v1 - with: - path: . + with: + path: . deploy: needs: build runs-on: ubuntu-latest