We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f8710 commit e327025Copy full SHA for e327025
.github/workflows/build-interface.yml
@@ -21,7 +21,7 @@ jobs:
21
run: yarn install
22
working-directory: frontend
23
- name: Build WebInterface Frontend
24
- run: env REACT_APP_API_URL="" env BUILD_PATH="../../../docker-build" yarn workspace @lingodb/interface build
+ run: env REACT_APP_API_URL="" env BUILD_PATH="../../../docker-build/frontend" yarn workspace @lingodb/interface build
25
26
- name: Authenticate GitHub CLI
27
run: echo "${{ secrets.LINGODB_TOKEN }}" | gh auth login --with-token
0 commit comments