Skip to content

Commit

Permalink
Try removing the check URL step since it's failing... (#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Nov 18, 2020
1 parent 4d8a711 commit 82f4075
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
artifact-path: 0/doc/_build/html/index.html
circleci-jobs: quick-build,full-build
- name: Check the URL
run: |
curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA

0 comments on commit 82f4075

Please sign in to comment.