File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 path : calibration_log.csv
6161 - name : Run tests
6262 run : pytest
63- - name : Test documentation builds
64- run : make documentation
65-
66- - name : Check documentation build
67- run : |
68- for notebook in $(find docs/_build/jupyter_execute -name "*.ipynb"); do
69- if grep -q '"output_type": "error"' "$notebook"; then
70- echo "Error found in $notebook"
71- cat "$notebook"
72- exit 1
73- fi
74- done
Original file line number Diff line number Diff line change 6868 run : make upload
6969 env :
7070 HUGGING_FACE_TOKEN : ${{ secrets.HUGGING_FACE_TOKEN }}
71- - name : Test documentation builds
72- run : make documentation
73- - name : Build Jupyter Book
74- run : make documentation
75- - name : Deploy documentation
76- uses : JamesIves/github-pages-deploy-action@releases/v3
77- with :
78- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
79- BRANCH : gh-pages # The branch the action should deploy to.
80- FOLDER : docs/_build/html
8171 - name : Publish a git tag
8272 run : " .github/publish-git-tag.sh || true"
8373 - name : Remove .whl files
You can’t perform that action at this time.
0 commit comments