Skip to content

Commit 40de0b8

Browse files
authoredNov 9, 2024··
fix: docs build, ensuring compute-file-server-cli for publish (#1044)
1 parent 87b384d commit 40de0b8

File tree

1,436 files changed

+10
-52438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,436 files changed

+10
-52438
lines changed
 

‎.github/workflows/release-please.yml

+10
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@ jobs:
141141
path: "/home/runner/.cargo/bin/wasm-tools"
142142
key: crate-cache-wasm-tools-${{ env.wasm-tools_version }}
143143

144+
- name: Cache Compute File Server CLI
145+
id: cache-compute-file-server-cli
146+
uses: actions/cache@v3
147+
with:
148+
path: "/home/runner/.cargo/bin/compute-file-server-cli"
149+
key: crate-cache-compute-file-server-cli
150+
- name: Install Compute File Server CLI
151+
if: steps.cache-compute-file-server-cli.outputs.cache-hit != 'true'
152+
run: cd compute-file-server-cli && cargo install --path .
153+
144154
- run: npm install --immutable
145155

146156
- name: Download Engine Release

‎documentation/versioned_docs/version-3.27.0/backend/Backend/Backend.mdx

-188
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.