Skip to content

Commit 5ce72b8

Browse files
authored
Merge pull request #2059 from Infineon/2058-sidebar-remove-border-on-selected-sidebar-item
Sidebar: removes border on selected sidebar-item
2 parents c96d122 + 20fc3c3 commit 5ce72b8

File tree

12 files changed

+38890
-23033
lines changed

12 files changed

+38890
-23033
lines changed

.github/workflows/shipit_master_and_example_apps_deployment.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,10 @@ jobs:
191191
git push origin HEAD:$BRANCH_NAME
192192
193193
#deploy gh-pages previews for example applications:
194-
deploy-preview-vue:
194+
deploy-master-vue:
195195
needs: stencil-library-release
196196
if: needs.stencil-library-release.outputs.SKIP_REMAINING == 'false'
197197
runs-on: ubuntu-latest
198-
outputs:
199-
deployment-url: ${{ steps.preview.outputs.deployment-url }}
200198
steps:
201199
- name: Checkout
202200
uses: actions/checkout@v4
@@ -239,12 +237,10 @@ jobs:
239237
pr-preview-vanilla-example/
240238
force: false
241239

242-
deploy-preview-react:
240+
deploy-master-react:
243241
needs: stencil-library-release
244242
if: needs.stencil-library-release.outputs.SKIP_REMAINING == 'false'
245243
runs-on: ubuntu-latest
246-
outputs:
247-
deployment-url: ${{ steps.preview.outputs.deployment-url }}
248244
steps:
249245
- name: Checkout
250246
uses: actions/checkout@v4
@@ -291,11 +287,9 @@ jobs:
291287
pr-preview-vanilla-example/
292288
force: false
293289

294-
deploy-preview-angular:
290+
deploy-master-angular:
295291
needs: stencil-library-release
296292
if: needs.stencil-library-release.outputs.SKIP_REMAINING == 'false'
297-
outputs:
298-
deployment-url: ${{ steps.preview.outputs.deployment-url }}
299293
runs-on: ubuntu-latest
300294
steps:
301295
- name: Checkout
@@ -317,7 +311,7 @@ jobs:
317311
max-attempts: 10
318312
max-delay: 20
319313

320-
- name: Update package.json with canary version
314+
- name: Update package.json with new version
321315
run: |
322316
cd packages/components-angular
323317
jq --arg VERSION "${{ needs.stencil-library-release.outputs.VERSION }}" '.dependencies["@infineon/infineon-design-system-angular"] = $VERSION' package.json > package.json.tmp && mv package.json.tmp package.json
@@ -345,12 +339,10 @@ jobs:
345339
pr-preview-vanilla-example/
346340
force: false
347341

348-
deploy-preview-vanilla:
342+
deploy-master-vanilla:
349343
needs: stencil-library-release
350344
if: needs.stencil-library-release.outputs.SKIP_REMAINING == 'false'
351345
runs-on: ubuntu-latest
352-
outputs:
353-
deployment-url: ${{ steps.preview.outputs.deployment-url }}
354346
steps:
355347
- name: Checkout
356348
uses: actions/checkout@v4

0 commit comments

Comments
 (0)