From 4bafd4a67f3e62e4d12862e1f9a17ce85435f54a Mon Sep 17 00:00:00 2001 From: Xeu Date: Thu, 6 Jun 2024 11:28:36 +0800 Subject: [PATCH] ci: fix indent --- .github/workflows/deploy.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fe0c54cc..97bd4a8c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,12 +12,12 @@ jobs: steps: - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: 21 + uses: actions/setup-node@v3 + with: + node-version: 21 - name: Install bun - run: | + run: | curl -fsSL https://bun.sh/install | bash source /root/.bashrc @@ -27,11 +27,11 @@ jobs: path: Rin - name: Install dependencies - run: | + run: | cd Rin/ bun i - name: Deploy - run: | + run: | cd Rin/ bun server/migrator.ts \ No newline at end of file