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 da4df67 commit afd84fbCopy full SHA for afd84fb
.github/workflows/build-sphinx.yml
@@ -176,7 +176,7 @@ jobs:
176
if: env.GH_EVENT_OPEN_PR_UPSTREAM
177
env:
178
PR_NUM: ${{ github.event.number }}
179
- uses: mshick/add-pr-comment@v2.8.1
+ uses: mshick/add-pr-comment@v2.8.2
180
with:
181
message: |
182
View rendered docs @ https://intelpython.github.io/dpnp/pull/${{ env.PR_NUM }}/index.html
@@ -218,7 +218,7 @@ jobs:
218
git push tokened_docs gh-pages
219
220
- name: Modify the comment with URL to official documentation
221
222
223
find: |
224
View rendered docs @.+
0 commit comments