yarn
Some checks failed
Deploy / Explore-Gitea-Actions (push) Failing after 34s

This commit is contained in:
2024-06-10 02:07:28 +03:00
parent f26a857070
commit bda61b1302

View File

@@ -1,5 +1,4 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
name: Deploy
on: [push]
jobs:
@@ -9,6 +8,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
run: yarn install --frozen-lockfile
- name: Build project
run: npm run build
run: yarn build