We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df83c1 commit feba9a1Copy full SHA for feba9a1
.github/workflows/deploy-frontend.yaml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Building sources
74
run: |
75
- cd frontend
+ mkdir build
76
npm run build --if-present
77
working-directory: ${{ env.BUILD_DIR }}
78
0 commit comments