diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8db5c03..6b77119 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -32,9 +32,18 @@ jobs: - name: ls run: ls -sh ./docs - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs +# - name: Deploy +# uses: peaceiris/actions-gh-pages@v3 +# with: +# github_token: ${{ secrets.GITHUB_TOKEN }} +# publish_dir: ./docs + + - name: Deploy + uses: JamesIves/github-pages-deploy-action@4.1.0 + with: + branch: gh-pages + folder: ./docs + +# github_token: ${{ secrets.GITHUB_TOKEN }} +# publish_dir: ./docs