Skip to content

Commit e327025

Browse files
committed
wip
1 parent 73f8710 commit e327025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-interface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: yarn install
2222
working-directory: frontend
2323
- name: Build WebInterface Frontend
24-
run: env REACT_APP_API_URL="" env BUILD_PATH="../../../docker-build" yarn workspace @lingodb/interface build
24+
run: env REACT_APP_API_URL="" env BUILD_PATH="../../../docker-build/frontend" yarn workspace @lingodb/interface build
2525
working-directory: frontend
2626
- name: Authenticate GitHub CLI
2727
run: echo "${{ secrets.LINGODB_TOKEN }}" | gh auth login --with-token

0 commit comments

Comments
 (0)