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

This commit is contained in:
Arthur Wambst 2025-06-11 16:02:58 +02:00
parent 80ee14b7da
commit cd6ef409f1
3 changed files with 5040 additions and 6 deletions

View File

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

4
.gitignore vendored
View File

@ -30,7 +30,3 @@ pnpm-debug.log*
# optional: nix store link if using nix develop # optional: nix store link if using nix develop
.result .result
# optional: lockfiles you don't use
package-lock.json

5039
banquise-website/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff