We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2596a93 commit dd6c819Copy full SHA for dd6c819
.github/workflows/deploy.yml
@@ -21,7 +21,9 @@ jobs:
21
- name: Checkout your repository using git
22
uses: actions/checkout@v2
23
- name: Install, build, and upload your site
24
- uses: withastro/action@v0
+ uses: withastro/action@v3.0.0
25
+ with:
26
+ package-manager: pnpm@9
27
28
deploy:
29
needs: build
@@ -32,4 +34,4 @@ jobs:
32
34
steps:
33
35
- name: Deploy to GitHub Pages
36
id: deployment
- uses: actions/deploy-pages@v1
37
+ uses: actions/deploy-pages@v4
0 commit comments