File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: azion-web-kit
2
2
on :
3
3
push :
4
4
branches :
5
- - UXE-1067--public-storybok
5
+ - main
6
6
jobs :
7
7
deploy :
8
8
name : DEPLOY | prod
14
14
uses : actions/checkout@v3
15
15
with :
16
16
repository : aziontech/azion-web-kit
17
- ref : UXE-1067--public-storybok
17
+ ref : main
18
18
path : ' .'
19
19
clean : true
20
20
fetch-depth : ' 0'
35
35
- name : BUILDING STORYBOOK
36
36
run : npm run build-storybook
37
37
- 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
40
40
uses : patrickwyler/gcs-bucket-sync-action@1.3
41
41
with :
42
42
secrets : ${{ secrets.GCP_BUCKET_KEY }}
You can’t perform that action at this time.
0 commit comments