We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088eb48 commit 981a700Copy full SHA for 981a700
.circleci/config.yml
@@ -50,6 +50,10 @@ commands:
50
- run:
51
name: Combine requirements files for cache key
52
command: cat requirements/*.txt > requirements-cache-key.txt
53
+ - run:
54
+ name: Include ext-theme commit hash in cache key
55
+ command: |
56
+ git ls-remote https://github.com/readthedocs/ext-theme.git HEAD >> requirements-cache-key.txt
57
58
skip-if-docs-only:
59
description: Halt the job if only docs/ files changed
0 commit comments