diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f9ef1a..035f12b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,13 +20,9 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v4 - # - name: Setup Node - # uses: actions/setup-node@v3 - # with: - # node-version: 18 - name: Install, build, and upload your site uses: withastro/action@v2 - with: + # with: # package-manager: pnpm # node-version: 18 # path: . # The root location of your Astro project inside the repository. (optional)