"docs/source/vscode:/vscode.git/clone" did not exist on "5d36025ca13d05151b7a0c761e90d429c4644a30"
Commit f4666828 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Fix path for notebooks

parent 3b2d1652
...@@ -90,7 +90,7 @@ jobs: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment