From 6bbbe4f8f760c5105e494904376f51e783b1cfae Mon Sep 17 00:00:00 2001 From: CornWorld Date: Fri, 27 Dec 2024 22:11:25 +0800 Subject: [PATCH] [Fix] Use correct path in github actions --- .github/workflows/updateWebsite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updateWebsite.yml b/.github/workflows/updateWebsite.yml index 29afd2c..07acad2 100644 --- a/.github/workflows/updateWebsite.yml +++ b/.github/workflows/updateWebsite.yml @@ -29,6 +29,7 @@ jobs: pnpm install - name: Process data run: | + cd ./src/data node processData.js env: COMMITID: ${{ steps.commit.outputs.short }}