Should work now

This commit is contained in:
Sys 2021-08-24 15:57:54 +02:00
parent b6e5660ea3
commit ea3476b350
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
1 changed files with 2 additions and 2 deletions

View File

@ -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