Skip to content

Commit 3d2a555

Browse files
ci: Cache example workspace in 'is_up_to_date' job
1 parent 77768f7 commit 3d2a555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ jobs:
13111311
with:
13121312
rustflags: ""
13131313
components: rustfmt
1314-
cache-workspaces: "./libs -> ./target"
1314+
cache-workspaces: "./docs/examples -> ./target"
13151315
- name: Download pavex CLI artifact
13161316
uses: actions/download-artifact@v5
13171317
with:

ci_utils/templates/job_steps/is_up_to_date.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
with:
1010
rustflags: ""
1111
components: rustfmt
12-
cache-workspaces: "./libs -> ./target"
12+
cache-workspaces: "./docs/examples -> ./target"
1313
- name: Download pavex CLI artifact
1414
uses: actions/download-artifact@v5
1515
with:

0 commit comments

Comments
 (0)