Skip to content

Commit 06e611c

Browse files
committed
mdbookコマンドライン引数のtypoを修正
1 parent 45806c4 commit 06e611c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run: rustc -V
1414
- run: mdbook -V
1515
- run: mdbook test
16-
- run: mdbook build --dist-dir docs
16+
- run: mdbook build --dest-dir docs
1717
- run: cargo run --bin lfp src
1818
# TODO: Run link2print here. (See ci/build.sh on the master branch)
1919
# - run: TODO

0 commit comments

Comments
 (0)