Skip to content

Commit 5810b55

Browse files
committed
chore: update broken links report and workflow configuration
- Revised the broken links report to reflect a total of 404 links/images checked, with 0 broken links and updated timeout statistics. - Adjusted the line number for a specific link in the report for accuracy. - Added a new step in the GitHub Actions workflow to build CSS before deploying the 11ty site, ensuring styles are up-to-date.
1 parent 82455f4 commit 5810b55

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/11ty-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Install dependencies
3535
run: npm ci
3636

37+
- name: Build CSS
38+
run: npm run build:css
39+
3740
- name: Build 11ty site
3841
run: npm run build:11ty
3942
env:

broken-links-report.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
# Link Validation Report
22

3-
Generated: 2026-03-06T09:50:07.578Z
3+
Generated: 2026-03-06T09:52:24.425Z
44

55
**Script:** `scripts/validate-links-and-images.ts`
66

77
## Summary
88

9-
- **Total links/images checked:** 405
9+
- **Total links/images checked:** 404
1010
-**OK:** 347
1111
- ⚠️ **Warnings (401/403):** 32
12-
-**Broken:** 1
12+
-**Broken:** 0
1313
- ⏱️ **Timeouts:** 1
1414
- ⚠️ **Errors (not in archive.org):** 0
1515

16-
## Broken Links/Images
17-
18-
### home.md
19-
20-
- [ ] **INTERNAL** `/right_to_trial_act_image.jpg` - Broken asset link: /right_to_trial_act_image.jpg (File not found at right_to_trial_act_image.jpg) (line 185)
21-
2216
## Timeout URLs
2317

2418
### reference/automatic-pill-dispensers.md
@@ -44,7 +38,7 @@ Generated: 2026-03-06T09:50:07.578Z
4438
### home.md
4539

4640
- [ ] **LINK** [https://player.vimeo.com/video/930843979?badge=0&autopause=0&player_id=0&app_id=58479](https://player.vimeo.com/video/930843979?badge=0&autopause=0&player_id=0&app_id=58479) - Status: 401 (line 131)
47-
- [ ] **LINK** [https://www.fiercebiotech.com/biotech/drug-development-cost-pharma-22b-asset-2024-plus-how-glp-1s-impact-roi-deloitte](https://www.fiercebiotech.com/biotech/drug-development-cost-pharma-22b-asset-2024-plus-how-glp-1s-impact-roi-deloitte) - Status: 403 (line 232)
41+
- [ ] **LINK** [https://www.fiercebiotech.com/biotech/drug-development-cost-pharma-22b-asset-2024-plus-how-glp-1s-impact-roi-deloitte](https://www.fiercebiotech.com/biotech/drug-development-cost-pharma-22b-asset-2024-plus-how-glp-1s-impact-roi-deloitte) - Status: 403 (line 231)
4842

4943
### interventions/parnate.md
5044

0 commit comments

Comments
 (0)