Update _load.yml

This commit is contained in:
Aleksandr Statciuk 2022-03-16 23:00:37 +03:00
parent 60ef8d4d9d
commit 1ceedd053f

View file

@ -35,7 +35,7 @@ jobs:
- run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cluster-id=1 - run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cluster-id=1
- run: npm run programs:save - run: npm run programs:save
- run: npm run guides:update - run: npm run guides:update
- uses: JamesIves/github-pages-deploy-action@4.1.1 - uses: JamesIves/github-pages-deploy-action@v4.2.5
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
with: with:
branch: gh-pages branch: gh-pages