You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update delete-dev-doc job to match build-dev-doc (huggingface#15891)
* Update delete-dev-doc job to match build-dev-doc
* More debug info
* More debug info
* Stash if needed
* Remove the comment update
* Fix paths
* Wtf is going on..
* Fix git status test
* Try another way
* I don't understand what's happening
* Bash shell
* What's happening now...
* What's happening now...
* Try like this
* Back to trying to use bash
* And like that?
* Refine tests
* Stash after adding new files
* Stash after adding new files
* Proper commit sha and PR number
* Address review comments
message: 'The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_${{ env.PR_NUMBER }}). All of your documentation changes will be reflected on that endpoint.'
74
75
GITHUB_TOKEN: ${{ env.WRITE }}
75
76
76
-
- name: Find Comment
77
-
if: github.event.action == 'reopened'
78
-
uses: peter-evans/find-comment@v1
79
-
id: fc
80
-
with:
81
-
issue-number: ${{ env.PR_NUMBER }}
82
-
comment-author: HuggingFaceDocBuilder
83
-
84
-
- name: Update comment
85
-
if: github.event.action == 'reopened'
86
-
uses: peter-evans/create-or-update-comment@v1
87
-
with:
88
-
comment-id: ${{ steps.fc.outputs.comment-id }}
89
-
token: ${{ env.WRITE }}
90
-
edit-mode: replace
91
-
body: |
92
-
The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_${{ env.PR_NUMBER }}). All of your documentation changes will be reflected on that endpoint.
77
+
# - name: Find Comment
78
+
# if: github.event.action == 'reopened'
79
+
# uses: peter-evans/find-comment@v1
80
+
# id: fc
81
+
# with:
82
+
# issue-number: ${{ env.PR_NUMBER }}
83
+
# comment-author: HuggingFaceDocBuilder
84
+
85
+
# - name: Update comment
86
+
# if: github.event.action == 'reopened'
87
+
# uses: peter-evans/create-or-update-comment@v1
88
+
# with:
89
+
# comment-id: ${{ steps.fc.outputs.comment-id }}
90
+
# token: ${{ env.WRITE }}
91
+
# edit-mode: replace
92
+
# body: |
93
+
# The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_${{ env.PR_NUMBER }}). All of your documentation changes will be reflected on that endpoint.
0 commit comments