From 494afdee43288b0a23cebc37788870547b098208 Mon Sep 17 00:00:00 2001 From: Philipe Morais Date: Tue, 12 Nov 2024 15:34:34 -0300 Subject: [PATCH] chore(docs) test implement Github CI --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 30958ca..3d6cac7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Install, build, and upload your site output uses: withastro/action@v2 with: - path: /docs # The root location of your Astro project inside the repository. (optional) + # path: /docs # 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: bun@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)