We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44808e8 commit 53fab83Copy full SHA for 53fab83
.github/workflows/build.yml
@@ -338,16 +338,15 @@ jobs:
338
- name: Extract the API docs
339
run: tar -xf apidocs.tar
340
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
+ # - name: Check links
+ # run: |
+ # td=$(mktemp -d)
+ # mkdir $td/book
+ # cp -r book/en/book $td/book/en
+ # cp LICENSE-* $td/book/en
+ # cp -r apidocs/ $td/api
+ # lychee --offline --format detailed $td/book/en/
+ # mv $td bookroot
351
352
- name: Archive the book + API docs
353
run: |
0 commit comments