mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2025-01-08 18:05:50 +01:00
Trying another workdir
This commit is contained in:
parent
51cfa20983
commit
6fe5a4dd0d
6
.github/workflows/pages.yml
vendored
6
.github/workflows/pages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user