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 558488f commit 9de033bCopy full SHA for 9de033b
.github/workflows/docbuild-and-upload.yml
@@ -89,9 +89,7 @@ jobs:
89
retention-days: 14
90
91
- 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/"
+ run: curl -X POST https://pandas.pydata.org/preview/submit/$RUN_ID/$PR_ID/
95
env:
96
RUN_ID: ${{ github.run_id }}
97
PR_ID: ${{ github.event.pull_request.number }}
0 commit comments