From be5e7616af9f08568d784e5ed567146d8356a30b Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 5 May 2022 13:12:24 +0300 Subject: [PATCH] Update _load.yml --- .github/workflows/_load.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_load.yml b/.github/workflows/_load.yml index bb97844f..6157f7d7 100644 --- a/.github/workflows/_load.yml +++ b/.github/workflows/_load.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 2 - run: npm run api:load - uses: tibdex/github-app-token@v1 if: ${{ !env.ACT }} @@ -41,9 +43,6 @@ jobs: with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: actions/checkout@v3 - with: - fetch-depth: 2 - uses: JamesIves/github-pages-deploy-action@v4.3.3 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: