Skip to content

Commit 281f61a

Browse files
committed
feat(ci): declare that documentation build is starting.
1 parent 26a25cf commit 281f61a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ jobs:
4444
});
4545
core.setOutput('head_ref', pr.head.ref);
4646
47+
- name: Comment That docs building is starting
48+
if: contains(github.event.comment.body, '/build-docs') && github.event.issue.pull_request && success()
49+
uses: peter-evans/create-or-update-comment@v3
50+
with:
51+
comment-id: ${{ github.event.comment.id }}
52+
body: |
53+
🛠️ Documentation Build started !
54+
edit-mode: append
55+
4756
- uses: actions/checkout@v4
4857
with:
4958
# if this was triggered by a PR-comment we use the PR branch,

0 commit comments

Comments
 (0)