File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,8 @@ jobs:
253
253
name : Doc build
254
254
runs-on : ubuntu-latest
255
255
env :
256
- CARGO_MDBOOK_VERSION : 0.4.37
256
+ MDBOOK_VERSION : 0.4.37
257
+ MDBOOK_LANGTABS_VERSION : 0.1.1
257
258
RUSTDOCFLAGS : -Dbroken_intra_doc_links --cfg docsrs
258
259
OPENVINO_SKIP_LINKING : 1
259
260
steps :
@@ -277,10 +278,11 @@ jobs:
277
278
- uses : actions/cache@v4
278
279
with :
279
280
path : ${{ runner.tool_cache }}/mdbook
280
- key : cargo-mdbook-bin- ${{ env.CARGO_MDBOOK_VERSION }}
281
+ key : cargo-mdbook-${{ env.MDBOOK_VERSION }}-langtabs- ${{ env.MDBOOK_LANGTABS_VERSION }}
281
282
- run : |
282
283
echo "${{ runner.tool_cache }}/mdbook/bin" >> $GITHUB_PATH
283
- cargo install --root ${{ runner.tool_cache }}/mdbook --version ${{ env.CARGO_MDBOOK_VERSION }} mdbook --locked
284
+ cargo install --root ${{ runner.tool_cache }}/mdbook --version ${{ env.MDBOOK_VERSION }} mdbook --locked
285
+ cargo install --root ${{ runner.tool_cache }}/mdbook --version ${{ env.MDBOOK_LANGTABS_VERSION }} mdbook-langtabs --locked
284
286
- run : (cd docs && mdbook build)
285
287
286
288
# Build Rust API documentation.
You can’t perform that action at this time.
0 commit comments