diff --git a/.github/workflows/main_laia-backend.yml b/.github/workflows/main_laia-backend.yml index 1b68fb3..820f121 100644 --- a/.github/workflows/main_laia-backend.yml +++ b/.github/workflows/main_laia-backend.yml @@ -41,7 +41,7 @@ jobs: # Optional: Add step to run tests here - name: Zip artifact for deployment - run: zip release.zip ./* -r -x .git/\* -x .github/\* -x venv/\* + run: zip release.zip ./* -r -x .git/\* -x .github/\* -x venv/\* -x **.js -x **.css -x **.html -x resources/\* -x fonts/\* - name: Upload artifact for deployment job uses: actions/upload-artifact@v3