From 65bd40b6006b21b6069c0ac9ab9d6e452ab00b9e Mon Sep 17 00:00:00 2001 From: Logan Volkers Date: Wed, 20 Sep 2023 23:50:38 +0000 Subject: [PATCH] Fix github action error --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e9111be..2fb5fc2 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -24,8 +24,8 @@ jobs: uses: withastro/action@v0 with: path: website # The root location of your Astro project inside the repository. (optional) + package-manager: npm # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) # node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional) - # package-manager: yarn # 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