Skip to content

Commit 9de033b

Browse files
Removing url in logs, it will be posted as a comment
1 parent 558488f commit 9de033b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docbuild-and-upload.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ jobs:
8989
retention-days: 14
9090

9191
- name: Trigger web/doc preview
92-
run: |
93-
curl -X POST https://pandas.pydata.org/preview/submit/$RUN_ID/$PR_ID/
94-
echo "Preview docs for this PR at: https://pandas.pydata.org/preview/$PR_ID/"
92+
run: curl -X POST https://pandas.pydata.org/preview/submit/$RUN_ID/$PR_ID/
9593
env:
9694
RUN_ID: ${{ github.run_id }}
9795
PR_ID: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)