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