Skip to content

Commit

Permalink
Restore docs checks (#5119)
Browse files Browse the repository at this point in the history
We disabled the checks to push through a big docs PR that briefly invalidated some URLs. We restore those here. In the future, contributors will read through our contributors to the docs page.
  • Loading branch information
worldofgeese authored Sep 21, 2023
1 parent 00a7d3a commit 230ed41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,8 @@ workflows:
requires: [build]
- lint:
requires: [build]
# - check-docs:
# requires: [build]
- check-docs:
requires: [build]
- check-package-licenses:
requires: [build]
- test-framework:
Expand Down

0 comments on commit 230ed41

Please sign in to comment.