Skip to content

Commit 3d8db63

Browse files
Update run_nb.yml
1 parent eeefcd0 commit 3d8db63

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/run_nb.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,11 @@ jobs:
2828
jupyter nbconvert --to notebook --execute --inplace *.ipynb
2929
mkdir -p docs
3030
31-
- name: Move HTML file
32-
run: |
33-
mv ./insurance_comparison.html ./docs/insurance_comparison.html
34-
3531
- name: Commit and Push HTML file
3632
run: |
3733
git config --global user.name "github-actions[bot]"
3834
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3935
git add docs/insurance_comparison.html
4036
git commit -m "Auto-generated insurance comparison HTML"
4137
git push
42-
continue-on-error: true
38+
continue-on-error: true

0 commit comments

Comments
 (0)