diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 452c765..72c3fe0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,4 +20,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs \ No newline at end of file + publish_dir: ./docs/output \ No newline at end of file