commit 7f006e27d713fc9eab288b56d3a4827476c5c67d parent c1a7d5054187be233434a44685afacb6b86f2d2e Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 1 Mar 2024 13:32:40 +0100 Fix build Diffstat:
| M | .github/workflows/deploy.yml | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -22,6 +22,8 @@ jobs: uses: actions/checkout@v4 - name: Install, build, and upload your site uses: withastro/action@v2 + with: + package-manager: pnpm@latest deploy: needs: build