test in cd
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 44s

This commit is contained in:
Arthur Wambst 2025-06-11 16:07:31 +02:00
parent cd6ef409f1
commit e327231b8a
2 changed files with 7 additions and 0 deletions

View File

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

6
package-lock.json generated Normal file
View File

@ -0,0 +1,6 @@
{
"name": "website-front",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}