diff --git a/.github/workflows/react-cicd.yml b/.github/workflows/react-cicd.yml index 95c0653..b6be1b1 100644 --- a/.github/workflows/react-cicd.yml +++ b/.github/workflows/react-cicd.yml @@ -18,7 +18,7 @@ jobs: - name: Install mustache (to update the date) run: apk add ruby && gem install mustache - name: creates output - run: sh ./build.sh + run: sh ./frontend/build.sh - name: Pushes to another repository id: push_directory uses: cpina/github-action-push-to-another-repository@main