Skip to content

Commit

Permalink
Fix cache key.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Dec 9, 2023
1 parent 9444194 commit ae49e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Cache dependencies
uses: Swatinem/rust-cache@v2
with:
workspaces: "./libs -> ./libs/target"
workspaces: "./doc_examples/tutorial_generator -> ./doc_examples/tutorial_generator/target"
- name: Build CLI
run: |
cd doc_examples/tutorial_generator
Expand Down

0 comments on commit ae49e2e

Please sign in to comment.