Skip to content

Commit abeab67

Browse files
committed
3981: Updates path
1 parent 84a9736 commit abeab67

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/link-check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ jobs:
2020

2121
- name: Install crawler dependencies
2222
run: |
23-
cd .github/link-checker
23+
cd .github/site-crawl
2424
npm ci
2525
2626
- name: Run crawler
2727
run: |
28-
cd .github/link-checker
28+
cd .github/site-crawl
2929
npm start
3030
3131
- name: Export URLs for Lychee
3232
run: |
33-
cd .github/link-checker
33+
cd .github/site-crawl
3434
npm run export-links
3535
3636
- name: Upload found-links.json artifact
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: found-links
40-
path: .github/link-checker/found-links.json
40+
path: .github/site-crawl/found-links.json
4141

4242
- name: Run Lychee link checker
4343
uses: lycheeverse/lychee-action@v1.10.0
@@ -46,12 +46,12 @@ jobs:
4646
--verbose
4747
--no-progress
4848
--max-concurrency 10
49-
.github/link-checker/all-urls.txt
49+
.github/site-crawl/all-urls.txt
5050
5151
- name: Upload artifacts
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: link-check-results
5555
path: |
56-
.github/link-checker/found-links.json
57-
.github/link-checker/all-urls.txt
56+
.github/site-crawl/found-links.json
57+
.github/site-crawl/all-urls.txt

0 commit comments

Comments
 (0)