This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 6fcc23c4 Update site-build.yaml
6fcc23c4 is described below
commit 6fcc23c464de1c14ae3aba310fe4fbf7314b04cb
Author: Haonan <[email protected]>
AuthorDate: Thu Mar 14 11:42:25 2024 +0800
Update site-build.yaml
---
.github/workflows/site-build.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/site-build.yaml
b/.github/workflows/site-build.yaml
index 35523dd8..4266226e 100644
--- a/.github/workflows/site-build.yaml
+++ b/.github/workflows/site-build.yaml
@@ -63,12 +63,17 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
+ with:
+ package_json_file: 'docs/package.json'
+ run_install: true
+ version: 8
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
+ cache-dependency-path: docs/pnpm-lock.yaml
- name: Install deps
run: |-