Fixed shell commands in workflow

This commit is contained in:
Sys 2021-08-24 13:16:01 +02:00
parent 3b34223d7c
commit bab8276e39
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
1 changed files with 5 additions and 5 deletions

View File

@ -18,11 +18,11 @@ jobs:
image: ghcr.io/sysbot-org/tgscraper:latest
options: -v ${{ github.workspace }}:/out
run: |
'app:export-schema --readable botapi.json'
'app:export-schema --yaml --readable botapi.yaml'
'app:export-schema --postman --readable botapi_postman.json'
'app:export-schema --openapi --readable botapi_openapi.json'
'app:export-schema --yaml --openapi --readable botapi_openapi.yaml'
'/app/vendor/bin/tgscraper app:export-schema --readable botapi.json'
'/app/vendor/bin/tgscraper app:export-schema --yaml --readable botapi.yaml'
'/app/vendor/bin/tgscraper app:export-schema --postman --readable botapi_postman.json'
'/app/vendor/bin/tgscraper app:export-schema --openapi --readable botapi_openapi.json'
'/app/vendor/bin/tgscraper app:export-schema --yaml --openapi --readable botapi_openapi.yaml'
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with: