Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
f4666828
Commit
f4666828
authored
Dec 10, 2021
by
Sylvain Gugger
Browse files
Fix path for notebooks
parent
3b2d1652
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/build_documentation.yml
.github/workflows/build_documentation.yml
+1
-1
No files found.
.github/workflows/build_documentation.yml
View file @
f4666828
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment