diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -28,3 +28,10 @@ on-webhook: GOOS=linux on-webhook: GOARCH=amd64 on-webhook: build sudo rsync --progress ./www-go-proposal /data/app/bin/www-go-proposal + + +.PHONY: brokenlinks +brokenlinks: + jarink --ignore-status=403 \ + brokenlinks https://golang-id.local/proposal/ \ + > brokenlinks.json |
