diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 983c5e1..8edea14 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,9 +31,7 @@ jobs: run: | jupyter-book build book --all - # Deploy the book's HTML to gh-pages branch - - name: GitHub Pages action - uses: peaceiris/actions-gh-pages@v3.6.1 + - name: Deploy Documentation + uses: JamesIves/github-pages-deploy-action@v4 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: book/_build/html \ No newline at end of file + folder: book/_build/html \ No newline at end of file