Skip to content

Commit 7480e86

Browse files
Pause documentation until fixed
1 parent 50b84bd commit 7480e86

2 files changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,3 @@ jobs:
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

.github/workflows/push.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,6 @@ jobs:
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

0 commit comments

Comments
 (0)