Fixed path (maybe)

This commit is contained in:
Sys 2021-08-24 16:02:41 +02:00
parent 989e95f930
commit 3977840155
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ 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 /github/workspace/botapi.json"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with: