From 26f93f0e728204891d881cd479d497cb097c9c64 Mon Sep 17 00:00:00 2001 From: Christine Tham Date: Mon, 4 Mar 2024 17:34:56 +1100 Subject: [PATCH] Fixed error in deploy.yml --- .github/workflows/deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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)