Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2022-01-19 15:39:17 +03:00
parent 4801389ae3
commit 64f20e78d6

View file

@ -78,7 +78,7 @@ jobs:
with: with:
name: database name: database
path: scripts/database path: scripts/database
- run: node scripts/commands/update-api.js - run: NODE_OPTIONS="--max-old-space-size=4096" node scripts/commands/update-api.js
- run: NODE_OPTIONS="--max-old-space-size=4096" node scripts/commands/update-guides.js - run: NODE_OPTIONS="--max-old-space-size=4096" node scripts/commands/update-guides.js
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with: