mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2025-01-09 18:35:49 +01:00
Trying with single command
This commit is contained in:
parent
cad9c8d165
commit
4f97035bf4
7
.github/workflows/pages.yml
vendored
7
.github/workflows/pages.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user