From ddab8a9a71426d89b2ad398e199cc0787efc2f5a Mon Sep 17 00:00:00 2001 From: Regalijan Date: Fri, 13 Mar 2026 04:17:23 -0400 Subject: [PATCH] Yeah that needs to be first --- .gitea/workflows/build-publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-publish.yaml b/.gitea/workflows/build-publish.yaml index 3933d27..fa13443 100644 --- a/.gitea/workflows/build-publish.yaml +++ b/.gitea/workflows/build-publish.yaml @@ -6,6 +6,9 @@ jobs: name: Test, Build, and Deploy runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + - name: Install Node.js uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f with: @@ -14,9 +17,6 @@ jobs: - name: Install Wrangler run: npm install -g wrangler - - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - name: Install Dependencies run: npm ci --include=dev