Skip to content

Commit 30dfd73

Browse files
authored
Update make_docs.yml
1 parent 95c0806 commit 30dfd73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/make_docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
python-version: 3.x
2929
- run: pip install mkdocs-material
3030
- run: pip install mkdocs-jupyter
31+
- run: pip install jupyter
3132
- run: cp *.ipynb docs/ # copy all notebooks to docs folder
3233
- run: cp 11_passing_the_tensorflow_developer_certification_exam.md docs/ # copy how to pass TF Certification exam to docs
3334
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)