Skip to content

Commit

Permalink
[Fix] Use correct path in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CornWorld committed Dec 27, 2024
1 parent db69c65 commit 6bbbe4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/updateWebsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
pnpm install
- name: Process data
run: |
cd ./src/data
node processData.js
env:
COMMITID: ${{ steps.commit.outputs.short }}
Expand Down

0 comments on commit 6bbbe4f

Please sign in to comment.