Skip to content

Commit 5bd44dc

Browse files
authored
Merge pull request #37 from fangohr/fix-lack-of-images-in-pandas-section
Fix lack of images in pandas section
2 parents d7b0da8 + 5e90427 commit 5bd44dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
# Deploy the book's HTML to gh-pages branch
5656
- name: GitHub Pages action
57-
uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501
57+
uses: peaceiris/actions-gh-pages@v3
5858
with:
5959
github_token: ${{ secrets.GITHUB_TOKEN }}
6060
publish_dir: ./book/_build/html

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ scipy
33
sympy
44
matplotlib
55
pandas
6+
pyarrow
67
ipython
78
pytest
89
jupyter-book

0 commit comments

Comments
 (0)