We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cab217 commit 7c91bb6Copy full SHA for 7c91bb6
1 file changed
.github/workflows/notebook_to_html.yml
@@ -36,9 +36,8 @@ jobs:
36
run: |
37
python -m pip install jupyter-book --pre
38
python -m jupyter book build --html --execute
39
- ls -lah
40
git checkout -b website
41
- cp -r _build/html website
+ cp -r _build/html docs
42
43
- name: Setup git name
44
@@ -47,7 +46,7 @@ jobs:
47
46
48
- name: Publish website changes
49
50
- cd website
+ cd docs
51
git add *
52
git commit -a -m "[Automated] Latest automated version of the lessons."
53
git remote set-url origin https://${{secrets.GITHUB_TOKEN}}@github.com/MarinhoLab/OpenExecutableBooksRobotics.git
0 commit comments