diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/ci.yaml similarity index 81% rename from .gitea/workflows/deploy.yaml rename to .gitea/workflows/ci.yaml index 87d2de3..36dc93d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/ci.yaml @@ -2,11 +2,13 @@ name: Deploy on: [push] jobs: - Explore-Gitea-Actions: + Deploy: runs-on: ubuntu-latest steps: - name: Check out repository code uses: actions/checkout@v4 + - name: Install yarn + run: npm i -g yarn - name: Install dependencies run: yarn install --frozen-lockfile - name: Build project