Skip to content

Commit 7c91bb6

Browse files
author
Murilo M. Marinho
committed
[GithubActions] Changing folder form website to docs.
1 parent 9cab217 commit 7c91bb6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/notebook_to_html.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
run: |
3737
python -m pip install jupyter-book --pre
3838
python -m jupyter book build --html --execute
39-
ls -lah
4039
git checkout -b website
41-
cp -r _build/html website
40+
cp -r _build/html docs
4241
4342
- name: Setup git name
4443
run: |
@@ -47,7 +46,7 @@ jobs:
4746
4847
- name: Publish website changes
4948
run: |
50-
cd website
49+
cd docs
5150
git add *
5251
git commit -a -m "[Automated] Latest automated version of the lessons."
5352
git remote set-url origin https://${{secrets.GITHUB_TOKEN}}@github.com/MarinhoLab/OpenExecutableBooksRobotics.git

0 commit comments

Comments
 (0)