Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyhanson committed Jul 8, 2024
1 parent 4d9e134 commit 572330f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if: runner.os == 'Linux' && matrix.config.r == 'release'
run: |
result <- urlchecker::url_check()
result <- result[result$Status != "OK", , drop = FALSE]
result <- result[result$Message != "OK", , drop = FALSE]
result <- result[result$URL != "https://www.bcassessment.ca/", , drop = FALSE]
result <- result[!startsWith(result$URL, "https://doi.org/"), , drop = FALSE]
if (nrow(result) > 0) {
Expand Down

0 comments on commit 572330f

Please sign in to comment.