From acb051c29a8de0d882b8a4ae87a761c4775309a0 Mon Sep 17 00:00:00 2001 From: Satakun Utama Date: Sat, 16 Aug 2025 22:13:19 +0700 Subject: [PATCH] Reorder workflow steps --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2f9a0b8..a45f824 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,13 +9,13 @@ jobs: build: runs-on: alpine-latest steps: - - name: Check out the repository code - uses: actions/checkout@v4 - name: Installs required programs run: | apk upgrade apk add git nodejs-current corepack enable + - name: Check out the repository code + uses: actions/checkout@v4 - name: Build front-end run: | cd ${{ github.workspace }}/solid-src