Skip to content

Commit

Permalink
conf: Added github page deployment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien MAIRE authored and Julien MAIRE committed Jan 31, 2025
1 parent 260c9f9 commit f4aea73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build the project
- name: Build the app
run: npm run build

- name: Link Supabase && init db && populate
Expand All @@ -33,3 +33,8 @@ jobs:
run: |
npx supabase link --project-ref $SUPABASE_PROJECT_REF
npx tsx tools/populateDbWithFakeData.ts
- name: Deploy to GitHub Pages
uses: actions/upload-pages-artifact@v4
with:
path: public

0 comments on commit f4aea73

Please sign in to comment.