diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -75,9 +75,11 @@ macos-deploy-local: build ##---- Scan the brokenlinks. -.PHONY: brokenlinks -brokenlinks: - jarink brokenlinks https://golang-id.local +.PHONY: brokenlinks-phase1 +brokenlinks-phase1: + jarink -ignore-status=403,405,503 \ + brokenlinks https://golang-id.local \ + > brokenlinks-phase1.json .PHONY: brokenlinks-phase2 brokenlinks-phase2: |
