Browse Source

ci: one last try

AlpinDale 6 tháng trước cách đây
mục cha
commit
b135e1428e
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .github/workflows/deploy.yml

+ 3 - 1
.github/workflows/deploy.yml

@@ -32,7 +32,9 @@ jobs:
         uses: actions/checkout@v4
         with:
           fetch-depth: 0 # Not needed if lastUpdated is not enabled
-      #- uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
+      - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
+        with:
+          package_json_file: docs/package.json
       # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
       - name: Setup Node
         uses: actions/setup-node@v4