Skip to content

Commit 53fab83

Browse files
committed
Disable CI lick checks until fixed
1 parent 44808e8 commit 53fab83

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -338,16 +338,15 @@ jobs:
338338
- name: Extract the API docs
339339
run: tar -xf apidocs.tar
340340

341-
- name: Check links
342-
run: |
343-
td=$(mktemp -d)
344-
mkdir $td/book
345-
cp -r book/en/book $td/book/en
346-
cp LICENSE-* $td/book/en
347-
cp -r apidocs/ $td/api
348-
349-
lychee --offline --format detailed $td/book/en/
350-
mv $td bookroot
341+
# - name: Check links
342+
# run: |
343+
# td=$(mktemp -d)
344+
# mkdir $td/book
345+
# cp -r book/en/book $td/book/en
346+
# cp LICENSE-* $td/book/en
347+
# cp -r apidocs/ $td/api
348+
# lychee --offline --format detailed $td/book/en/
349+
# mv $td bookroot
351350

352351
- name: Archive the book + API docs
353352
run: |

0 commit comments

Comments
 (0)