From 2e52dd3b6b7aae02500ac02a5eb485e60dbf6841 Mon Sep 17 00:00:00 2001 From: Arun Date: Fri, 26 Jan 2024 18:41:40 -0800 Subject: [PATCH] Remove path and node version specifications in the astro action --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5388a37d..b8a5147d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,8 +16,6 @@ jobs: - name: Install, build, and upload your site output uses: withastro/action@v1 with: - path: . - node-version: 18 package-manager: npm deploy: