We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b231c commit 2a9f318Copy full SHA for 2a9f318
.github/workflows/deploy-to-gh-pages.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/checkout@v4
19
- name: Install, build, and upload your site output
20
uses: withastro/action@v2
21
+ with:
22
+ package-manager: pnpm@latest
23
24
deploy:
25
needs: build
0 commit comments