Trying with single command

This commit is contained in:
Sys 2021-08-24 13:35:33 +02:00
parent cad9c8d165
commit 4f97035bf4
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
1 changed files with 1 additions and 6 deletions

View File

@ -12,12 +12,7 @@ jobs:
- name: Generate schemas
uses: docker://ghcr.io/sysbot-org/tgscraper
with:
args: |
"app:export-schema --readable ${{ github.workspace }}/botapi.json"
"app:export-schema --yaml --readable ${{ github.workspace }}/botapi.yaml"
"app:export-schema --postman --readable ${{ github.workspace }}/botapi_postman.json"
"app:export-schema --openapi --readable ${{ github.workspace }}/botapi_openapi.json"
"app:export-schema --yaml --openapi --readable ${{ github.workspace }}/botapi_openapi.yaml"
args: "app:export-schema --readable ${{ github.workspace }}/botapi.json"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with: