mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2024-11-30 07:22:54 +01:00
Prepend 'php' to every command
This commit is contained in:
parent
bab8276e39
commit
8ed1cc54be
10
.github/workflows/pages.yml
vendored
10
.github/workflows/pages.yml
vendored
@ -18,11 +18,11 @@ jobs:
|
|||||||
image: ghcr.io/sysbot-org/tgscraper:latest
|
image: ghcr.io/sysbot-org/tgscraper:latest
|
||||||
options: -v ${{ github.workspace }}:/out
|
options: -v ${{ github.workspace }}:/out
|
||||||
run: |
|
run: |
|
||||||
'/app/vendor/bin/tgscraper app:export-schema --readable botapi.json'
|
'php /app/vendor/bin/tgscraper app:export-schema --readable botapi.json'
|
||||||
'/app/vendor/bin/tgscraper app:export-schema --yaml --readable botapi.yaml'
|
'php /app/vendor/bin/tgscraper app:export-schema --yaml --readable botapi.yaml'
|
||||||
'/app/vendor/bin/tgscraper app:export-schema --postman --readable botapi_postman.json'
|
'php /app/vendor/bin/tgscraper app:export-schema --postman --readable botapi_postman.json'
|
||||||
'/app/vendor/bin/tgscraper app:export-schema --openapi --readable botapi_openapi.json'
|
'php /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'
|
'php /app/vendor/bin/tgscraper app:export-schema --yaml --openapi --readable botapi_openapi.yaml'
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user