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.
2 parents d7b0da8 + 5e90427 commit 5bd44dcCopy full SHA for 5bd44dc
.github/workflows/deploy.yml
@@ -54,7 +54,7 @@ jobs:
54
55
# Deploy the book's HTML to gh-pages branch
56
- name: GitHub Pages action
57
- uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501
+ uses: peaceiris/actions-gh-pages@v3
58
with:
59
github_token: ${{ secrets.GITHUB_TOKEN }}
60
publish_dir: ./book/_build/html
requirements.txt
@@ -3,6 +3,7 @@ scipy
3
sympy
4
matplotlib
5
pandas
6
+pyarrow
7
ipython
8
pytest
9
jupyter-book
0 commit comments