toolkit for mdBook [mirror of my GitHub repo] docs.tonywu.dev/mdbookkit/
permalinks rust-analyzer mdbook
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(ci): cache node_modules

Tony Wu c3f0eec2 a4ed0ad5

+9
+3
.github/workflows/bin.yml
··· 81 81 ${{steps.cargo-version.outputs.cargo-version}} 82 82 ${{hashFiles('**/Cargo.toml')}} 83 83 ${{hashFiles('**/Cargo.lock')}} 84 + ${{hashFiles('**/deno.json')}} 85 + ${{hashFiles('**/deno.lock')}} 84 86 ${{github.workflow}} 85 87 ${{github.run_id}} 86 88 path: | 87 89 .bin/ 88 90 target/ 91 + node_modules/ 89 92 90 93 - name: Build mdbook-rustdoc-links 91 94 uses: taiki-e/upload-rust-binary-action@v1
+3
.github/workflows/ci.yml
··· 81 81 ${{steps.cargo-version.outputs.cargo-version}} 82 82 ${{hashFiles('**/Cargo.toml')}} 83 83 ${{hashFiles('**/Cargo.lock')}} 84 + ${{hashFiles('**/deno.json')}} 85 + ${{hashFiles('**/deno.lock')}} 84 86 ${{github.workflow}} 85 87 ${{github.run_id}} 86 88 path: | 87 89 .bin/ 88 90 target/ 91 + node_modules/ 89 92 90 93 - name: Prepare binaries 91 94 run: |
+3
.github/workflows/docs.yml
··· 49 49 ${{steps.cargo-version.outputs.cargo-version}} 50 50 ${{hashFiles('**/Cargo.toml')}} 51 51 ${{hashFiles('**/Cargo.lock')}} 52 + ${{hashFiles('**/deno.json')}} 53 + ${{hashFiles('**/deno.lock')}} 52 54 ${{github.workflow}} 53 55 ${{github.run_id}} 54 56 path: | 55 57 .bin/ 56 58 target/ 59 + node_modules/ 57 60 58 61 - run: cargo bin --install 59 62 - run: cargo run --package util-rust-analyzer -- download