Skip to content

Commit b9e333e

Browse files
committed
Updated build-external-contrib.yml from build-internal-contrib.yml
1 parent 95016b0 commit b9e333e

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

.github/workflows/build-external-contrib.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pnpm i
3535

3636
- name: Print PNPM modules after install
37-
run: du -d 0 -h ~/.pnpm-store/*/* || true
37+
run: du -d 0 -h ~/.pnpm-store/*/*/* || true
3838

3939
- name: Build Hugo Site
4040
run: hugo -d public --gc --minify
@@ -46,21 +46,37 @@ jobs:
4646
surge_token: ${{ secrets.QA_SURGE_TOKEN }}
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
dist: public
49+
teardown: 'true'
4950
failOnError: 'true'
5051
build: |
5152
echo Deploying to surge.sh
5253
5354
- name: Get the preview_url
5455
run: echo "url => ${{ steps.preview_step.outputs.preview_url }}"
5556

56-
- name: Sleep for 60 seconds
57-
run: sleep 60s
57+
- name: Sleep for 30 seconds
58+
run: sleep 30s
5859
shell: bash
5960

6061
- name: Check links using container
6162
uses: ruzickap/action-my-broken-link-checker@v2
6263
with:
6364
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"
6581
run_timeout: 300
6682
debug: true

.github/workflows/build-internal-contrib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pnpm i
3434

3535
- name: Print PNPM modules after install
36-
run: du -d 0 -h ~/.pnpm-store/**/* || true
36+
run: du -d 0 -h ~/.pnpm-store/*/*/* || true
3737

3838
- name: Build Hugo Site
3939
run: hugo -d public --gc --minify

0 commit comments

Comments
 (0)