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: