Skip to content

Commit

Permalink
conf: Added github page deployment 3
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 f4aea73 commit 084e8ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: production
permissions:
pages: write
id-token: write

steps:
- name: Checkout code
Expand All @@ -35,6 +38,9 @@ jobs:
npx tsx tools/populateDbWithFakeData.ts
- name: Deploy to GitHub Pages
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: public

- name: 🚀 Deploy to github pages
uses: actions/deploy-pages@v4

0 comments on commit 084e8ea

Please sign in to comment.