Skip to content

Commit

Permalink
Merge pull request #98 from GuillaumeGomez/fix-404
Browse files Browse the repository at this point in the history
Copy `404.html` file to readthedocs output dir
  • Loading branch information
Kijewski authored Jul 28, 2024
2 parents 28c7ef7 + 652222d commit 732d6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ build:
- curl --location --silent --show-error --fail https://github.com/cargo-bins/cargo-quickinstall/releases/download/mdbook-0.4.40/mdbook-0.4.40-x86_64-unknown-linux-gnu.tar.gz | tar -xzvvf - -C $HOME/bin
# Convert the book to HTML.
- $HOME/bin/mdbook build book --dest-dir $READTHEDOCS_OUTPUT/html
- cp book/404.html $READTHEDOCS_OUTPUT/html

0 comments on commit 732d6b4

Please sign in to comment.