Skip to content

Commit

Permalink
adapt to talend ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuchet committed Oct 29, 2024
1 parent 9b873bf commit eeb206d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "Prepare demo folder"
cd demo && git rm -rf --ignore-unmatch ${{ github.event.number }} && cd ..
mkdir -p ./demo/${{ github.event.number }}
cp ../index.html ./demo/${{ github.event.number }}/
cp ./index.html ./demo/${{ github.event.number }}/
mkdir ./demo/${{ github.event.number }}/cmf
mkdir ./demo/${{ github.event.number }}/containers
mkdir ./demo/${{ github.event.number }}/design-system
Expand Down

0 comments on commit eeb206d

Please sign in to comment.