Skip to content

Commit

Permalink
wip: remove .storybook from exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Dec 19, 2023
1 parent 778c71d commit 4173a67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: azion-web-kit
on:
push:
branches:
- UXE-1067--public-storybok
- main
jobs:
deploy:
name: DEPLOY | prod
Expand All @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: aziontech/azion-web-kit
ref: UXE-1067--public-storybok
ref: main
path: '.'
clean: true
fetch-depth: '0'
Expand All @@ -35,8 +35,8 @@ jobs:
- name: BUILDING STORYBOOK
run: npm run build-storybook
- name: PREPARE TO DEPLOYMENT
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
- name: DEPLOYMENT
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
- name: DEPLOYMENT STORYBOOK
uses: patrickwyler/gcs-bucket-sync-action@1.3
with:
secrets: ${{ secrets.GCP_BUCKET_KEY }}
Expand Down

0 comments on commit 4173a67

Please sign in to comment.