This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch docs/dev
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/docs/dev by this push:
new c68585cf8 Update site-build.yaml
c68585cf8 is described below
commit c68585cf8978ff77d2de082ab7d0c45c867a546a
Author: Haonan <[email protected]>
AuthorDate: Mon Feb 10 12:17:56 2025 +0800
Update site-build.yaml
---
.github/workflows/site-build.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/site-build.yaml
b/.github/workflows/site-build.yaml
index 8dcf979b4..436a00de7 100644
--- a/.github/workflows/site-build.yaml
+++ b/.github/workflows/site-build.yaml
@@ -62,7 +62,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
- package_json_file: 'docs/package.json'
+ package_json_file: 'package.json'
run_install: true
version: 8
@@ -71,7 +71,7 @@ jobs:
with:
node-version: 20
cache: pnpm
- cache-dependency-path: docs/pnpm-lock.yaml
+ cache-dependency-path: pnpm-lock.yaml
- name: Install deps
run: |-