Skip to content

Commit 18b5345

Browse files
committed
Updated deploy action
1 parent f76b259 commit 18b5345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
# path: . # The root location of your Astro project inside the repository. (optional)
3232
# node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
33-
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)
33+
# 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)
3434
build-cmd: |
3535
pnpm exec astro build \
3636
--site "${{ steps.pages.outputs.origin }}" \

0 commit comments

Comments
 (0)