We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a25cf commit 281f61aCopy full SHA for 281f61a
.github/workflows/docs.yml
@@ -44,6 +44,15 @@ jobs:
44
});
45
core.setOutput('head_ref', pr.head.ref);
46
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
+
56
- uses: actions/checkout@v4
57
with:
58
# if this was triggered by a PR-comment we use the PR branch,
0 commit comments