34
34
run : pnpm i
35
35
36
36
- name : Print PNPM modules after install
37
- run : du -d 0 -h ~/.pnpm-store/*/* || true
37
+ run : du -d 0 -h ~/.pnpm-store/*/*/* || true
38
38
39
39
- name : Build Hugo Site
40
40
run : hugo -d public --gc --minify
@@ -46,21 +46,37 @@ jobs:
46
46
surge_token : ${{ secrets.QA_SURGE_TOKEN }}
47
47
github_token : ${{ secrets.GITHUB_TOKEN }}
48
48
dist : public
49
+ teardown : ' true'
49
50
failOnError : ' true'
50
51
build : |
51
52
echo Deploying to surge.sh
52
53
53
54
- name : Get the preview_url
54
55
run : echo "url => ${{ steps.preview_step.outputs.preview_url }}"
55
56
56
- - name : Sleep for 60 seconds
57
- run : sleep 60s
57
+ - name : Sleep for 30 seconds
58
+ run : sleep 30s
58
59
shell : bash
59
60
60
61
- name : Check links using container
61
62
uses : ruzickap/action-my-broken-link-checker@v2
62
63
with :
63
64
url : " https://${{ steps.preview_step.outputs.preview_url }}"
64
- cmd_params : " --buffer-size=8192 --skip-tls-verification --timeout=60 --rate-limit=30 --color=always --exclude docs/ --exclude=docs/files/ --exclude=files/TrueNASCollection.vssx --exclude=update.freenas.org --exclude=microsoft.com --exclude=oracle.com --exclude=amazon.com --exclude=apple.com --exclude=fastmail.com --exclude=linode.com --exclude=community.openvpn.net --exclude=tools.ietf.org --exclude=github.com --exclude=freebsd.org --exclude=jira.ixsystems.com --exclude=linkedin.com --exclude=googletagmanager.com --exclude=youtube.com --exclude=vmware.com --exclude=cyberciti.biz --exclude=truenas-documentation-deploy.surge.sh --exclude=tc2api.html --exclude=/docs/images/tn-openstorage-logo.png --exclude=https://www.backblaze.com/ --exclude=https://discord.com/invite/Q3St5fPETd --exclude=https://www.veeam.com/documentation-guides-datasheets.html --exclude=https://shop.westerndigital.com/products/internal-drives/wd-red-plus-sata-2-5-hdd#WD10JFCX"
65
+ cmd_params : " --buffer-size=8192 --skip-tls-verification --timeout=60
66
+ --rate-limit=30 --color=always --exclude docs/ --exclude=docs/files/
67
+ --exclude=files/TrueNASCollection.vssx --exclude=update.freenas.org
68
+ --exclude=microsoft.com --exclude=oracle.com --exclude=amazon.com
69
+ --exclude=apple.com --exclude=fastmail.com --exclude=linode.com
70
+ --exclude=community.openvpn.net --exclude=tools.ietf.org
71
+ --exclude=github.com --exclude=freebsd.org
72
+ --exclude=jira.ixsystems.com --exclude=linkedin.com
73
+ --exclude=googletagmanager.com --exclude=youtube.com
74
+ --exclude=vmware.com --exclude=cyberciti.biz
75
+ --exclude=truenas-documentation-deploy.surge.sh --exclude=tc2api.html
76
+ --exclude=/docs/images/tn-openstorage-logo.png
77
+ --exclude=https://www.backblaze.com/
78
+ --exclude=https://discord.com/invite/Q3St5fPETd
79
+ --exclude=https://www.veeam.com/documentation-guides-datasheets.html
80
+ --exclude=https://shop.westerndigital.com/products/internal-drives/wd-red-plus-sata-2-5-hdd#WD10JFCX"
65
81
run_timeout : 300
66
82
debug : true
0 commit comments