Skip to content

Commit fba515b

Browse files
Update build_docker.yml
1 parent 44b781e commit fba515b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v4
30+
- name: To frontend
31+
run: cd ./frontend
3032
- name: Use Node.js ${{ matrix.node-version }}
3133
uses: actions/setup-node@v4
3234
with:
3335
node-version: ${{ matrix.node-version }}
3436
cache: 'npm'
3537
- name: Install and build
3638
run: |
37-
cd ./frontend
3839
npm install
3940
npm run build
4041
cp -r ./dist ../backend/

0 commit comments

Comments
 (0)