Skip to content

Commit dcae55f

Browse files
author
Murilo M. Marinho
committed
Merge branch 'main' of github.com:MarinhoLab/OpenExecutableBooksRobotics
2 parents 87cd8e9 + d817cb5 commit dcae55f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/notebook_to_html.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
python -m pip install jupyter
3333
python -m jupyter nbconvert --output-dir='./website' --execute --to html lesson1_tutorial.ipynb
3434
35+
- name: Setup git name
36+
run: |
37+
git config --global user.email "murilomarinho@ieee.org"
38+
git config --global user.name "Murilo Marinho (GithubAction)"
39+
3540
- name: Publish website changes
3641
run: |
3742
cd website

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ This work is licensed under a
1818
|------|-----|----|
1919
|1|Python basics|[link](https://github.com/MarinhoLab/OpenExecutableBooksRobotics/blob/main/lesson1_tutorial.ipynb)|
2020
|2|Rigid body transformation basics|[link](https://github.com/MarinhoLab/OpenExecutableBooksRobotics/blob/main/lesson2_tutorial.ipynb)|
21+
|3|Planar robot forward kinematics|[link](https://github.com/MarinhoLab/OpenExecutableBooksRobotics/blob/main/lesson3_tutorial.ipynb)|
2122

0 commit comments

Comments
 (0)