File tree Expand file tree Collapse file tree 1 file changed +0
-46
lines changed
Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Original file line number Diff line number Diff line change 5454
5555 - name : Get the preview_url
5656 run : echo "url => ${{ steps.preview_step.outputs.preview_url }}"
57-
58- - name : Sleep for 30 seconds
59- run : sleep 30s
60- shell : bash
61-
62- - name : Check links using container
63- uses : ruzickap/action-my-broken-link-checker@v2
64- with :
65- url : " https://${{ steps.preview_step.outputs.preview_url }}"
66- cmd_params : >
67- --buffer-size=8192
68- --skip-tls-verification
69- --timeout=60
70- --rate-limit=30
71- --color=always
72- --exclude docs/
73- --exclude=docs/files/
74- --exclude=files/TrueNASCollection.vssx
75- --exclude=update.freenas.org
76- --exclude=microsoft.com
77- --exclude=oracle.com
78- --exclude=amazon.com
79- --exclude=apple.com
80- --exclude=fastmail.com
81- --exclude=linode.com
82- --exclude=community.openvpn.net
83- --exclude=tools.ietf.org
84- --exclude=github.com
85- --exclude=freebsd.org
86- --exclude=jira.ixsystems.com
87- --exclude=linkedin.com
88- --exclude=googletagmanager.com
89- --exclude=youtube.com
90- --exclude=vmware.com
91- --exclude=cyberciti.biz
92- --exclude=truenas-documentation-deploy.surge.sh
93- --exclude=tc2api.html
94- --exclude=/docs/images/tn-openstorage-logo.png
95- --exclude=https://www.backblaze.com/
96- --exclude=https://discord.com/invite/Q3St5fPETd
97- --exclude=https://www.veeam.com/documentation-guides-datasheets.html
98- --exclude=https://twitter.com/TrueNAS
99- --exclude=https://www.openpgp.org/software/
100- --exclude=https://gohugo.io/
101- --exclude=https://www.unix.com/
102- debug : true
You can’t perform that action at this time.
0 commit comments