From 4f97035bf4eb7ef54d21cf6702a93d5d3ed7a4ca Mon Sep 17 00:00:00 2001 From: Sys <28715512+sys-001@users.noreply.github.com> Date: Tue, 24 Aug 2021 13:35:33 +0200 Subject: [PATCH] Trying with single command --- .github/workflows/pages.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 48fc65c..b63c956 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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: