From da1b65e8799a660306bab20ae1539cb0202a6159 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 13 Mar 2024 14:12:50 -0400 Subject: [PATCH] ci: specify path --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a2f9328..b69b751 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,7 @@ jobs: - name: Install, build, and upload your site uses: withastro/action@v2 with: + path: . package-manager: bun # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) deploy: