Skip to content

Commit

Permalink
fix: fixup compute-file-server-cli dependency build (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Nov 7, 2024
1 parent d622799 commit 6aff377
Show file tree
Hide file tree
Showing 10 changed files with 2,551 additions and 118 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,23 @@ jobs:
with:
node-version: 'lts/*'

- name: Cache Compute File Server CLI
id: cache-compute-file-server-cli
uses: actions/cache@v3
with:
path: "/home/runner/.cargo/bin/compute-file-server-cli"
key: crate-cache-compute-file-server-cli
- name: Install Compute File Server CLI
if: steps.cache-compute-file-server-cli.outputs.cache-hit != 'true'
run: cd compute-file-server-cli && cargo install --path .

- run: npm update
working-directory: ./documentation
- run: npm run add-fastly-prefix
working-directory: ./documentation
- run: npm run docusaurus docs:version "$(npm pkg get version --json --prefix=../ | jq -r)"
working-directory: ./documentation

- run: npm update
working-directory: ./documentation/app
- run: npm run build:files
Expand Down
1 change: 1 addition & 0 deletions compute-file-server-cli/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit 6aff377

Please sign in to comment.