From 43c2e5c45830ab6238a57ac19da6fe34d5298a17 Mon Sep 17 00:00:00 2001 From: srliao <906239+srliao@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:24:20 -0400 Subject: [PATCH] reorder checkout --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1b29242..0510a18 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,8 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: checkout current repo + uses: actions/checkout@v3 - name: Checkout main gcsim repo uses: actions/checkout@v2 with: @@ -37,8 +39,6 @@ jobs: run: | pwd ls -lh - - name: checkout current repo - uses: actions/checkout@v3 - name: move dist into current repo folder run: | pwd