We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f760666 commit 3386574Copy full SHA for 3386574
.github/workflows/book.yml
@@ -25,5 +25,5 @@ jobs:
25
- name: GitHub Pages action
26
uses: peaceiris/actions-gh-pages@v4
27
with:
28
- deploy_key: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
29
publish_dir: ./notebooks/_build/html
0 commit comments