From b41b1eb6541bc3f4f2aae05eb8d20f85b102cdd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Mateo=20Hincapi=C3=A9=20Martinez?= <44934142+luismateoh@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:25:53 -0500 Subject: [PATCH] Update astro.yml --- .github/workflows/astro.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 686ff73..b84e7c9 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -22,10 +22,10 @@ jobs: uses: actions/checkout@v4 - name: Install, build, and upload your site output uses: withastro/action@v2 - # with: - # path: . # The root location of your Astro project inside the repository. (optional) - # node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) - # package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) + with: + path: . # The root location of your Astro project inside the repository. (optional) + node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) + package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) deploy: needs: build