diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abb1a4c..f2ac248 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,9 @@ jobs: - uses: javidahmed64592/actions-template-python/actions/setup/check-frontend-exists@main id: check-frontend-exists + - uses: javidahmed64592/actions-template-python/actions/setup/setup-node@main + if: steps.check-frontend-exists.outputs.exists == 'true' + - uses: javidahmed64592/actions-template-python/actions/build/build-frontend@main if: steps.check-frontend-exists.outputs.exists == 'true'