diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index fca8a1f9..3c47f9c3 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -20,4 +20,4 @@ jobs: - uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.JEKYLL_PAT }} - publish_dir: ./docs/_site \ No newline at end of file + publish_dir: ./_site \ No newline at end of file