From 8c19eaf0cc1b1ab3bf09da1b681f776735a892de Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Sun, 27 Oct 2024 11:47:35 -0400 Subject: [PATCH] fixing build actions again --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 72cdec9..7381695 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,8 +23,6 @@ jobs: uses: actions/checkout@v2 - name: Install, build, and upload your site uses: withastro/action@v2 - with: - node-version: 18 deploy: needs: build