Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03ea592

Browse files
committedNov 21, 2024
adding working-directory flag to specify where table-component is
1 parent 2cb7605 commit 03ea592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Install and Build
2626
run: |
2727
npm install
28-
cd ./table-component
2928
npm run build
29+
working-directory: ./table-component
3030
env:
3131
NODE_ENV: production
3232

0 commit comments

Comments
 (0)
Please sign in to comment.