Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit bc50fcd

Browse files
authored
Update nb2docs.yaml
1 parent a5bc30d commit bc50fcd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nb2docs.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
pip install -e nbdev
3131
cp nbdev/settings.ini .
3232
python action_files/nb2docs.py
33-
./action_files/push_notebooks.sh
33+
34+
- name: commit & push files
35+
run: ./action_files/push_notebooks.sh
3436

3537
- name: setup directories for Jekyll build
3638
run: |

0 commit comments

Comments
 (0)