Skip to content

Commit

Permalink
Merge pull request #1946 from mozilla/mdbook-update
Browse files Browse the repository at this point in the history
Update to mdbook-dtmo v0.10.0
  • Loading branch information
badboy committed Jan 27, 2022
2 parents a4626aa + a5b423e commit 7daea86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -392,9 +392,9 @@ jobs:
- run:
name: Install mdbook-dtmo
command: |
MDBOOK_VERSION=0.9.0
MDBOOK_VERSION=0.10.0
MDBOOK="mdbook-dtmo-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
MDBOOK_SHA256=c83f0df5b3104b283b6a6156c4394bb496f3a9c1368d90760313c98887267610
MDBOOK_SHA256=96d30648b21cf443d64bd181cc58c8f2ba0d98b1e390e96d4639ae1ec5985ae3
curl -sfSL --retry 5 -O "https://github.com/badboy/mdbook-dtmo/releases/download/${MDBOOK_VERSION}/${MDBOOK}"
echo "${MDBOOK_SHA256} *${MDBOOK}" | shasum -a 256 -c -
tar -xvf "${MDBOOK}"
Expand Down

0 comments on commit 7daea86

Please sign in to comment.