Skip to content

Commit f7255b9

Browse files
fix: ci issue
1 parent a49e53f commit f7255b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)