Skip to content

Commit

Permalink
reorder checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
srliao committed Apr 11, 2024
1 parent 7fac05d commit 43c2e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43c2e5c

Please sign in to comment.