Update update-api.js

This commit is contained in:
Aleksandr Statciuk
2022-01-19 22:08:45 +03:00
parent 9e45139883
commit 3b4db94206
3 changed files with 16 additions and 11 deletions

View File

@@ -86,8 +86,16 @@ jobs:
path: scripts/logs
- uses: actions/upload-artifact@v2
with:
name: gh-pages
path: .gh-pages
name: channels.json
path: .gh-pages/api/channels.json
- uses: actions/upload-artifact@v2
with:
name: programs.json
path: .gh-pages/api/programs.json
- uses: actions/upload-artifact@v2
with:
name: guides
path: .gh-pages/guides
- run: node scripts/commands/update-readme.js
- run: git add README.md
- run: git commit -m "[Bot] Update README.md"