diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6b77119..4b2f1cf 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -42,7 +42,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.0 with: branch: gh-pages - folder: ./docs + folder: ./ # github_token: ${{ secrets.GITHUB_TOKEN }} # publish_dir: ./docs