Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
32b0736d
Unverified
Commit
32b0736d
authored
Nov 08, 2022
by
Mishig
Committed by
GitHub
Nov 08, 2022
Browse files
Update pr docs actions (#1194)
parent
614c182f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
.github/workflows/build_pr_documentation.yml
.github/workflows/build_pr_documentation.yml
+4
-1
.github/workflows/delete_doc_comment.yml
.github/workflows/delete_doc_comment.yml
+4
-1
No files found.
.github/workflows/build_pr_documentation.yml
View file @
32b0736d
...
@@ -9,8 +9,11 @@ concurrency:
...
@@ -9,8 +9,11 @@ concurrency:
jobs
:
jobs
:
build
:
build
:
uses
:
huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@
main
uses
:
huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@
use_hf_hub
with
:
with
:
commit_sha
:
${{ github.event.pull_request.head.sha }}
commit_sha
:
${{ github.event.pull_request.head.sha }}
pr_number
:
${{ github.event.number }}
pr_number
:
${{ github.event.number }}
package
:
diffusers
package
:
diffusers
secrets
:
token
:
${{ secrets.HF_DOC_PUSH }}
comment_bot_token
:
${{ secrets.HUGGINGFACE_PUSH }}
.github/workflows/delete_doc_comment.yml
View file @
32b0736d
...
@@ -7,7 +7,10 @@ on:
...
@@ -7,7 +7,10 @@ on:
jobs
:
jobs
:
delete
:
delete
:
uses
:
huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@
main
uses
:
huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@
use_hf_hub
with
:
with
:
pr_number
:
${{ github.event.number }}
pr_number
:
${{ github.event.number }}
package
:
diffusers
package
:
diffusers
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