mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2024-11-26 21:46:47 +01:00
Should work now
This commit is contained in:
parent
b6e5660ea3
commit
ea3476b350
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -12,12 +12,12 @@ jobs:
|
||||
- name: Generate schemas
|
||||
uses: docker://ghcr.io/sysbot-org/tgscraper
|
||||
with:
|
||||
args: "app:export-schema --readable /github/home/botapi.json"
|
||||
args: "app:export-schema --readable ${{ github.workspace }}/botapi.json"
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: /github/home
|
||||
publish_dir: ./
|
||||
destination_dir: schemas
|
||||
publish_branch: gh-pages
|
||||
cname: tgscraper.sys001.ml
|
||||
|
Loading…
Reference in New Issue
Block a user