Skip to content

Commit a8a2757

Browse files
authored
fix
1 parent bb51136 commit a8a2757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v6
2828
- name: Install, build, and upload your site
2929
uses: withastro/action@v5
30-
with:
30+
with:
3131
# path: . # The root location of your Astro project inside the repository. (optional)
3232
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
3333
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)

0 commit comments

Comments
 (0)