File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22
33on :
44 push :
5- branches : ' main'
5+ branches : " main"
66
77jobs :
88 build_site :
4242
4343 - name : Build
4444 env :
45- BASE_PATH : ' /${{ github.event.repository.name }}'
45+ BASE_PATH : " /${{ github.event.repository.name }}"
46+ VITE_SUPABASE_URL : ${{ vars.VITE_SUPABASE_URL }}
47+ VITE_SUPABASE_ANON_KEY : ${{ vars.VITE_SUPABASE_ANON_KEY }}
4648 run : |
4749 cd app
4850 pnpm build
5153 uses : actions/upload-pages-artifact@v3
5254 with :
5355 # this should match the `pages` option in your adapter-static options
54- path : ' app/build/'
56+ path : " app/build/"
5557
5658 deploy :
5759 needs : build_site
6870 steps :
6971 - name : Deploy
7072 id : deployment
71- uses : actions/deploy-pages@v4
73+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments