Skip to content

Commit 16a9b75

Browse files
committed
Cache the doc/source/examples folder
1 parent eae0f80 commit 16a9b75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
with:
124124
path: |
125125
doc/build
126+
doc/source/examples
126127
# Cache key is composed of branch name, ansys version, hash of requirements_doc,
127128
# and run_id to work around immutability
128129
# We should also track version of pandoc, of graphviz, of packages installed by headless-display, and even of pydpf-core?
@@ -149,6 +150,7 @@ jobs:
149150
with:
150151
path: |
151152
doc/build
153+
doc/source/examples
152154
key: ${{ steps.cache-doc-build-restore.outputs.cache-primary-key }}
153155

154156
- name: "Zip HTML Documentation"

0 commit comments

Comments
 (0)