We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeefcd0 commit 3d8db63Copy full SHA for 3d8db63
.github/workflows/run_nb.yml
@@ -28,15 +28,11 @@ jobs:
28
jupyter nbconvert --to notebook --execute --inplace *.ipynb
29
mkdir -p docs
30
31
- - name: Move HTML file
32
- run: |
33
- mv ./insurance_comparison.html ./docs/insurance_comparison.html
34
-
35
- name: Commit and Push HTML file
36
run: |
37
git config --global user.name "github-actions[bot]"
38
git config --global user.email "github-actions[bot]@users.noreply.github.com"
39
git add docs/insurance_comparison.html
40
git commit -m "Auto-generated insurance comparison HTML"
41
git push
42
- continue-on-error: true
+ continue-on-error: true
0 commit comments