Skip to content

Commit 77c6495

Browse files
committed
test 5
1 parent 0a950fc commit 77c6495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Install, build, and upload your site
3030
uses:
3131
withastro/action@v1
32-
# with:
33-
# path: . # The root location of your Astro project inside the repository. (optional)
32+
with:
33+
path: . # The root location of your Astro project inside the repository. (optional)
3434
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
35-
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
35+
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)
3636

3737
deploy:
3838
needs: build

0 commit comments

Comments
 (0)