Skip to content

Commit 4173a67

Browse files
wip: remove .storybook from exclude
1 parent 778c71d commit 4173a67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/production.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: azion-web-kit
22
on:
33
push:
44
branches:
5-
- UXE-1067--public-storybok
5+
- main
66
jobs:
77
deploy:
88
name: DEPLOY | prod
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515
with:
1616
repository: aziontech/azion-web-kit
17-
ref: UXE-1067--public-storybok
17+
ref: main
1818
path: '.'
1919
clean: true
2020
fetch-depth: '0'
@@ -35,8 +35,8 @@ jobs:
3535
- name: BUILDING STORYBOOK
3636
run: npm run build-storybook
3737
- name: PREPARE TO DEPLOYMENT
38-
run: rm -rf vitest.config.js vite.config.js tailwind.config.cjs postcss.config.js pnpm-lock.yaml index.html CONTRIBUTING.md .prettierrc.json .eslintrc.cjs .nvmrc .github dist node_modules src .editorconfig .gitignore .storybook docs primevue-sass-theme-3.40.1 LICENSE package-lock.json package.json post-install.sh README.md
39-
- name: DEPLOYMENT
38+
run: rm -rf vitest.config.js vite.config.js tailwind.config.cjs postcss.config.js pnpm-lock.yaml index.html CONTRIBUTING.md .prettierrc.json .eslintrc.cjs .nvmrc .github dist node_modules src .editorconfig .gitignore docs primevue-sass-theme-3.40.1 LICENSE package-lock.json package.json post-install.sh README.md
39+
- name: DEPLOYMENT STORYBOOK
4040
uses: patrickwyler/gcs-bucket-sync-action@1.3
4141
with:
4242
secrets: ${{ secrets.GCP_BUCKET_KEY }}

0 commit comments

Comments
 (0)