Skip to content

Commit

Permalink
Solve issue when no change in the WebUI build process
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Mar 10, 2024
1 parent ea90606 commit 7ffe0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git add glances/outputs/static
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
/bin/bash -c "git commit -m '${{ env.CI_COMMIT_MESSAGE }}' || true"
git push

0 comments on commit 7ffe0f6

Please sign in to comment.