Skip to content

Commit 39655ac

Browse files
committed
fix deploy workflow
1 parent 3df1fb3 commit 39655ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- name: Install, build, and upload your site
2828
uses: withastro/action@v3
2929
with:
30-
path: website # The root location of your Astro project inside the repository. (optional)
3130
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
3231
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)
3332

0 commit comments

Comments
 (0)