Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbr7 authored Sep 14, 2024
1 parent 0165984 commit 0f947b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
if: env.MergeChanges == 'true'
run: |
cp -r $PATH_SOURCE_CHECKOUT/dist/design-sphere $PATH_TARGET_CHECKOUT
pwd;ls
cd $PATH_TARGET_CHECKOUT
rm -r ui
pwd;ls
rm -r ui 2>&1
mv design-sphere ui
if [[ $(git diff --name-only|wc -l) -gt 0 ]]; then
echo "We do have changes between the UI files, we are committing the changes."
Expand Down

0 comments on commit 0f947b1

Please sign in to comment.