Skip to content

Commit

Permalink
WIP: storybook visual
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Dec 21, 2023
1 parent 12351a0 commit 553718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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 .editorconfig .gitignore docs primevue-sass-theme-3.40.1 LICENSE package-lock.json package.json post-install.sh README.md
run: rm -rf vitest.config.js .storybook 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 .editorconfig .gitignore docs primevue-sass-theme-3.40.1 LICENSE package-lock.json package.json post-install.sh README.md; cp -R storybook-static/* .
- name: DEPLOYMENT STORYBOOK
uses: patrickwyler/gcs-bucket-sync-action@1.3
with:
Expand Down

0 comments on commit 553718e

Please sign in to comment.