Skip to content

Commit 2a9f318

Browse files
authored
Update deploy-to-gh-pages.yml
1 parent 45b231c commit 2a9f318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-to-gh-pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/checkout@v4
1919
- name: Install, build, and upload your site output
2020
uses: withastro/action@v2
21+
with:
22+
package-manager: pnpm@latest
2123

2224
deploy:
2325
needs: build

0 commit comments

Comments
 (0)