Trying another workdir

This commit is contained in:
Sys 2021-08-24 15:42:34 +02:00
parent 51cfa20983
commit 6fe5a4dd0d
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
1 changed files with 4 additions and 2 deletions

View File

@ -12,12 +12,14 @@ jobs:
- name: Generate schemas
uses: docker://ghcr.io/sysbot-org/tgscraper
with:
args: "app:export-schema --readable ${{ github.workspace }}/botapi.json"
args: "app:export-schema --readable $HOME/botapi.json"
run: |
ls $HOME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ github.workspace }}
publish_dir: $HOME
destination_dir: schemas
publish_branch: gh-pages
cname: tgscraper.sys001.ml