File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5555 if : steps.check_release.outputs.exists == 'false'
5656 env :
5757 VITE_GA_API_SECRET : ${{ secrets.VITE_GA_API_SECRET }}
58+ VITE_API_BASE_URL : ${{ secrets.VITE_API_BASE_URL }}
5859 run : tsc -b && pnpm exec vite build --mode production
5960
6061 - name : Create dist.zip
Original file line number Diff line number Diff line change 3131 run : pnpm install
3232
3333 - name : Build for GitHub Pages
34+ env :
35+ VITE_API_BASE_URL : ${{ secrets.VITE_API_BASE_URL }}
3436 run : pnpm run build:gh-pages
3537
3638 - name : Deploy to gh-pages branch
Original file line number Diff line number Diff line change 2828 run : pnpm install
2929
3030 - name : Build project
31+ env :
32+ VITE_API_BASE_URL : ${{ secrets.VITE_API_BASE_URL }}
3133 run : pnpm run build:local
3234
3335 - name : Build success
Original file line number Diff line number Diff line change 3636 - name : Build extension
3737 env :
3838 VITE_GA_API_SECRET : ${{ secrets.VITE_GA_API_SECRET }}
39+ VITE_API_BASE_URL : ${{ secrets.VITE_API_BASE_URL }}
3940 run : tsc -b && pnpm exec vite build --mode production
4041
4142 - name : Create extension zip
You can’t perform that action at this time.
0 commit comments