Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
job-title: Check the rendered docs here!
- name: Array API preview
run: |
curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA
curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA
Loading