diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e35be9..73bee1e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,5 +35,5 @@ jobs: git config --global user.email 'build.bot@orange-management.email' git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git add *.css - git commit -m "Automatic css build" - git push \ No newline at end of file + git commit -m "Automatic css build" || true + git push || true \ No newline at end of file