Fix path for notebooks

This commit is contained in:
Sylvain Gugger 2021-12-10 15:03:17 -05:00
parent 3b2d1652e4
commit f46668282b

View file

@ -90,7 +90,7 @@ jobs:
cd notebooks
if [[ `git status --porcelain` ]]; then
git add build
git add transformers_doc
git commit -m "Updated Transformer doc notebooks with commit ${{ github.sha }}"
git push origin master
else