Merge branch 'master' into add-support-episode-num

This commit is contained in:
Aleksandr Statciuk 2022-01-19 15:41:50 +03:00
commit 66f087faab

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: