From 34194e7e18c5d559dfe0279c2effcb8cc99ffed9 Mon Sep 17 00:00:00 2001 From: Remy Date: Tue, 23 Jul 2024 17:58:12 +0200 Subject: [PATCH] chore: try to fix ci v2 --- .github/workflows/static.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3fc30c4..676d992 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -7,6 +7,7 @@ on: branches: [main] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: + pull_request: # Allow this job to clone the repo and create a page deployment permissions: @@ -24,7 +25,7 @@ jobs: uses: withastro/action@v2 with: path: ./packages/www - package-manager: pnpm + package-manager: pnpm@v8 deploy: needs: build