fix: forgot npm install

This commit is contained in:
Arthur Wambst 2025-06-11 15:39:59 +02:00 committed by Arthur Wambst
parent 358fbcdeec
commit b2113df525
No known key found for this signature in database

View File

@ -18,4 +18,5 @@ jobs:
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: cd banquise-website
- run: npm install
- run: npm run build