mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Fix path for notebooks
This commit is contained in:
parent
3b2d1652e4
commit
f46668282b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_documentation.yml
vendored
2
.github/workflows/build_documentation.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue