Update _load.yml

This commit is contained in:
Aleksandr Statciuk 2022-10-23 04:23:50 +03:00
parent 9c367f1a59
commit 3cca292403

View file

@ -25,6 +25,10 @@ jobs:
- run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 --days=2 - run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 --days=2
- 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
- uses: actions/upload-artifact@v2
with:
name: database
path: scripts/database
- run: npm run guides:update - run: npm run guides:update
- uses: tibdex/github-app-token@v1 - uses: tibdex/github-app-token@v1
if: ${{ !env.ACT }} if: ${{ !env.ACT }}