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
renzhc
diffusers_dcu
Commits
a06317ab
"...text-generation-inference.git" did not exist on "0d72af5ab01a5b1dabd5beda953403d63b1886e0"
Unverified
Commit
a06317ab
authored
Jun 07, 2023
by
Patrick von Platen
Committed by
GitHub
Jun 07, 2023
Browse files
[Actions] Fix actions (#3712)
parent
500a3ff9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build_documentation.yml
.github/workflows/build_documentation.yml
+1
-1
.github/workflows/upload_pr_documentation.yml
.github/workflows/upload_pr_documentation.yml
+1
-1
No files found.
.github/workflows/build_documentation.yml
View file @
a06317ab
...
@@ -17,4 +17,4 @@ jobs:
...
@@ -17,4 +17,4 @@ jobs:
languages
:
en ko
languages
:
en ko
secrets
:
secrets
:
token
:
${{ secrets.HUGGINGFACE_PUSH }}
token
:
${{ secrets.HUGGINGFACE_PUSH }}
hf_token
:
${{ secrets.HF_DOC_
BUILD_
PUSH }}
hf_token
:
${{ secrets.HF_DOC_PUSH }}
.github/workflows/upload_pr_documentation.yml
View file @
a06317ab
...
@@ -12,5 +12,5 @@ jobs:
...
@@ -12,5 +12,5 @@ jobs:
with
:
with
:
package_name
:
diffusers
package_name
:
diffusers
secrets
:
secrets
:
hf_token
:
${{ secrets.HF_DOC_
BUILD_
PUSH }}
hf_token
:
${{ secrets.HF_DOC_PUSH }}
comment_bot_token
:
${{ secrets.COMMENT_BOT_TOKEN }}
comment_bot_token
:
${{ secrets.COMMENT_BOT_TOKEN }}
\ No newline at end of file
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