Skip to content

Commit

Permalink
gitlab: update mdbook to v0.4.34
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Aug 6, 2023
1 parent 6ddcf8a commit 7ef763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pages:
script:
- apt-get update
- apt-get install -y curl rsync
- curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.31/mdbook-v0.4.31-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=target/release
- curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.34/mdbook-v0.4.34-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=target/release
- garden -vv doc
- mv target/doc doc/book/doc
- mv doc/book public
Expand Down

0 comments on commit 7ef763f

Please sign in to comment.