Skip to content

Commit 3f65497

Browse files
WIP: Trigger preview of the web/docs
1 parent 3fa869e commit 3f65497

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,12 @@ jobs:
8787
name: website
8888
path: web/build
8989
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/"
95+
env:
96+
RUN_ID: ${{ github.run_id }}
97+
PR_ID: ${{ github.event.pull_request.number }}
98+
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)