Skip to content

Commit 2eebb2f

Browse files
authored
Refactor deployment workflow by removing storybook downloads
Removed download steps for various storybook artifacts and adjusted move commands accordingly.
1 parent 05c773f commit 2eebb2f

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/03-deploy-gh-pages.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -47,38 +47,10 @@ jobs:
4747
name: db-ux-patternhub
4848
path: build-showcases/patternhub
4949

50-
- name: ⏬ Download composition-storybook
51-
uses: actions/download-artifact@v5
52-
with:
53-
name: db-ux-composition-storybook
54-
path: build-storybooks/composition-storybook
55-
56-
- name: ⏬ Download angular-storybook
57-
uses: actions/download-artifact@v5
58-
with:
59-
name: db-ux-angular-storybook
60-
path: build-storybooks/angular-storybook
61-
62-
- name: ⏬ Download react-storybook
63-
uses: actions/download-artifact@v5
64-
with:
65-
name: db-ux-react-storybook
66-
path: build-storybooks/react-storybook
67-
68-
- name: ⏬ Download vue-storybook
69-
uses: actions/download-artifact@v5
70-
with:
71-
name: db-ux-vue-storybook
72-
path: build-storybooks/vue-storybook
73-
7450
- name: 🦵🦿 I like to move it move it
7551
shell: bash
7652
run: |
7753
mv build-showcases/patternhub out
78-
mv build-storybooks/composition-storybook out/composition-storybook
79-
mv build-storybooks/angular-storybook out/angular-storybook
80-
mv build-storybooks/react-storybook out/react-storybook
81-
mv build-storybooks/vue-storybook out/vue-storybook
8254
8355
- name: 🔨 Build page
8456
env:

0 commit comments

Comments
 (0)