Skip to content

Commit

Permalink
tmp: disable link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Aug 20, 2024
1 parent b192d82 commit 6a29783
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ jobs:
ebook-convert 100-exercises-to-learn-rust.html 100-exercises-to-learn-rust.epub \
--embed-all-fonts \
--subset-embedded-fonts
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: |
--exclude-loopback
--require-https
--no-progress
book/book/html/
# - name: Link Checker
# uses: lycheeverse/lychee-action@v1
# with:
# fail: true
# args: |
# --exclude-loopback
# --require-https
# --no-progress
# book/book/html/
# Upload the HTML book as an artifact
- uses: actions/upload-artifact@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hosted-html = "https://rust-exercises.com/100-exercises/"
[output.pandoc.profile.pdf] # options to pass to Pandoc (see https://pandoc.org/MANUAL.html)
output-file = "100-exercises-to-learn-rust.pdf"
to = "latex"
highlight-style = "tango"
highlight-style = "book/custom.theme"
# We use `lualatext` because, right now, it's the only engine
# that supports fallback fonts, which we need for emojis.
pdf-engine = "lualatex"
Expand Down Expand Up @@ -63,7 +63,6 @@ header-includes = [
# Reduce font size of code blocks
"\\DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\\\\{\\},fontsize=\\small}",
]
highlight-style = "book/custom.theme"

[output.pandoc.profile.paperback]
output-file = "100-exercises-to-learn-rust.pdf"
Expand Down

0 comments on commit 6a29783

Please sign in to comment.