Skip to content

Commit

Permalink
remove second docs check in build(#4766)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens authored and gl-pix committed Jul 22, 2021
1 parent 44c3b62 commit 5d77867
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ jobs:
- name: Ensure no file change
run: git status --porcelain && test -z "$(git status --porcelain)"

- name: Check documentation
if: success() && github.ref == 'refs/heads/master'
run: ./tools/site/link_checker.sh check_docs

- name: Slack Notification - Failure
if: failure() && github.ref == 'refs/heads/master'
uses: rtCamp/action-slack-notify@master
Expand Down

0 comments on commit 5d77867

Please sign in to comment.