Update _load.yml

This commit is contained in:
Aleksandr Statciuk 2022-05-05 12:52:21 +03:00
parent 6ae2d73b71
commit 1549b1cb3c

View file

@ -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: