Skip to content

Commit c7cdcee

Browse files
author
Julien CAFFET
committed
Add CI/CD
1 parent 95e2bd5 commit c7cdcee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-frontend.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ jobs:
7272
7373
- name: Building sources
7474
run: |
75-
mkdir ${{ env.BUILD_DIR }}
7675
cd frontend
7776
npm run build --if-present
78-
working-directory: ${{ env.BUILD_DIR }}
77+
ls -la
7978
8079
- name: Configure AWS credentials
8180
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)