From 1549b1cb3c087d2218122ae989f5292d3b8b15b5 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 5 May 2022 12:52:21 +0300 Subject: [PATCH] Update _load.yml --- .github/workflows/_load.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_load.yml b/.github/workflows/_load.yml index 035e2cec..555eb622 100644 --- a/.github/workflows/_load.yml +++ b/.github/workflows/_load.yml @@ -14,7 +14,7 @@ jobs: load: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: npm run api:load - uses: tibdex/github-app-token@v1 if: ${{ !env.ACT }} @@ -41,6 +41,9 @@ jobs: with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} + - uses: actions/checkout@v3 + with: + ref: gh-pages - uses: JamesIves/github-pages-deploy-action@v4.3.3 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: