Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
Signed-off-by: Gichan Jang <[email protected]>
  • Loading branch information
gichan-jang committed Dec 9, 2024
1 parent eec0b85 commit acae4ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/actions/gitpush/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ runs:
pushd nnstreamer.github.io
mkdir -p ${{ inputs.dest }}
cp -r ${{ inputs.source }} ${{ inputs.dest }}
git diff > git_diff.txt
DIFF_SIZE=$(stat -c%s git_diff.txt)
if [[ $DIFF_SIZE -ne 0 ]]; then
git diff --quiet
if [[ git diff --quiet ]]; then
git config user.email "[email protected]"
git config user.name "nnsuite"
git add *
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NNStreamer <img align="right" src="Documentation/media/lfaidata-project-badge-incubation-black.svg" width="150"/>
# TEST NNStreamer <img align="right" src="Documentation/media/lfaidata-project-badge-incubation-black.svg" width="150"/>

[![Gitter][gitter-image]][gitter-url]
[![DailyBuild](https://nnstreamer.github.io/testresult/daily_reuslt.svg)](https://release.nnstreamer.com/#nnstreamer/latest/)
Expand Down

0 comments on commit acae4ba

Please sign in to comment.