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
e627e9b5
Unverified
Commit
e627e9b5
authored
Nov 16, 2022
by
Mishig
Committed by
GitHub
Nov 16, 2022
Browse files
Complete doc migration (#20267)
parent
4fb34de9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
.github/workflows/build_pr_documentation.yml
.github/workflows/build_pr_documentation.yml
+1
-4
.github/workflows/delete_doc_comment.yml
.github/workflows/delete_doc_comment.yml
+1
-4
No files found.
.github/workflows/build_pr_documentation.yml
View file @
e627e9b5
...
...
@@ -9,12 +9,9 @@ concurrency:
jobs
:
build
:
uses
:
huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@
use_hf_hub
uses
:
huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@
main
with
:
commit_sha
:
${{ github.event.pull_request.head.sha }}
pr_number
:
${{ github.event.number }}
package
:
transformers
languages
:
de en es it ko pt
secrets
:
token
:
${{ secrets.HF_DOC_PUSH }}
comment_bot_token
:
${{ secrets.HUGGINGFACE_PUSH }}
.github/workflows/delete_doc_comment.yml
View file @
e627e9b5
...
...
@@ -7,10 +7,7 @@ on:
jobs
:
delete
:
uses
:
huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@
use_hf_hub
uses
:
huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@
main
with
:
pr_number
:
${{ github.event.number }}
package
:
transformers
secrets
:
token
:
${{ secrets.HF_DOC_PUSH }}
comment_bot_token
:
${{ secrets.HUGGINGFACE_PUSH }}
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