Skip to content

Commit 63225a5

Browse files
committed
New line
1 parent ef89e9e commit 63225a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ jobs:
7979
cargo install mdbook-linkcheck --version ${{ steps.mdbook-version.outputs.MDBOOK_LINKCHECK_VERSION }}
8080
cargo install mdbook-toc --version ${{ steps.mdbook-version.outputs.MDBOOK_TOC_VERSION }}
8181
82-
- name: Test book
83-
run: mdbook build
82+
- name: Build book for testing
83+
run: mdbook build

0 commit comments

Comments
 (0)