Skip to content

Commit bc09a53

Browse files
authored
[PR docs message] Update saying available for 30 days (#463)
* [PR docs message] Update saying available for 30 days * change msg
1 parent 1ccc070 commit bc09a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload_pr_documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
if: steps.find_comment.outputs.comment-id == ''
123123

124124
with:
125-
message: 'The docs for this PR live [here](${{ steps.hfhub-context.outputs.hub_docs_url }}). All of your documentation changes will be reflected on that endpoint.'
125+
message: 'The docs for this PR live [here](${{ steps.hfhub-context.outputs.hub_docs_url }}). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.'
126126
pr_number: ${{ steps.github-context.outputs.pr_number }}
127127
GITHUB_TOKEN: ${{ secrets.comment_bot_token }}
128128

@@ -134,4 +134,4 @@ jobs:
134134
token: ${{ secrets.comment_bot_token }}
135135
edit-mode: replace
136136
body: |
137-
The docs for this PR live [here](${{ steps.hfhub-context.outputs.hub_docs_url }}). All of your documentation changes will be reflected on that endpoint.
137+
The docs for this PR live [here](${{ steps.hfhub-context.outputs.hub_docs_url }}). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

0 commit comments

Comments
 (0)