fix: wrong path in cd

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

View File

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