diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-04 17:11:38 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-02-05 05:09:51 +0700 |
| commit | c58e157f08420a7ace01825cb7192d0e4b5b8c78 (patch) | |
| tree | 4178c7a6689d19db9183f43c975b06690223ccfb /Makefile | |
| parent | b09c8482d660756b5f6c3dcf1a2119c5dddafec9 (diff) | |
| download | go-x-proposal-fix_brokenlinks.tar.xz | |
brokenlinks: first scan for brokenlinks using jarinkfix_brokenlinks
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 |
