Fix path for notebooks
This commit is contained in:
2
.github/workflows/build_documentation.yml
vendored
2
.github/workflows/build_documentation.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
|||||||
|
|
||||||
cd notebooks
|
cd notebooks
|
||||||
if [[ `git status --porcelain` ]]; then
|
if [[ `git status --porcelain` ]]; then
|
||||||
git add build
|
git add transformers_doc
|
||||||
git commit -m "Updated Transformer doc notebooks with commit ${{ github.sha }}"
|
git commit -m "Updated Transformer doc notebooks with commit ${{ github.sha }}"
|
||||||
git push origin master
|
git push origin master
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user