diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5f5361a..2f39a16 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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