Trying absolute path

This commit is contained in:
Sys 2021-08-24 15:46:38 +02:00
parent 593e664762
commit b6e5660ea3
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 $HOME/botapi.json"
args: "app:export-schema --readable /github/home/botapi.json"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: $HOME
publish_dir: /github/home
destination_dir: schemas
publish_branch: gh-pages
cname: tgscraper.sys001.ml