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 a6daf31 commit d81ebe2Copy full SHA for d81ebe2
.github/workflows/preview.yml
@@ -14,3 +14,6 @@ jobs:
14
artifact-path: 0/build/latest/index.html
15
circleci-jobs: build_page
16
job-title: Check the rendered docs here!
17
+ - name: Array API preview
18
+ run: |
19
+ curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA
0 commit comments