We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c0806 commit 30dfd73Copy full SHA for 30dfd73
.github/workflows/make_docs.yml
@@ -28,6 +28,7 @@ jobs:
28
python-version: 3.x
29
- run: pip install mkdocs-material
30
- run: pip install mkdocs-jupyter
31
+ - run: pip install jupyter
32
- run: cp *.ipynb docs/ # copy all notebooks to docs folder
33
- run: cp 11_passing_the_tensorflow_developer_certification_exam.md docs/ # copy how to pass TF Certification exam to docs
34
- run: mkdocs gh-deploy --force
0 commit comments