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 626d13c commit 3838195Copy full SHA for 3838195
.github/workflows/circleci.yml
@@ -15,7 +15,3 @@ jobs:
15
artifact-path: 0/doc/build/html/index.html
16
circleci-jobs: docs-python38
17
job-title: View the built docs
18
- - name: Check the URL
19
- if: github.event.status != 'pending'
20
- run: |
21
- curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA
0 commit comments