8000 cache doctor rst · symfony/symfony-docs@34ac5ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 34ac5ce

Browse files
author
smoench
committed
cache doctor rst
1 parent 853d05f commit 34ac5ce

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,16 @@ jobs:
5252
- name: "Checkout"
5353
uses: actions/checkout@v2
5454

55+
- name: "Create cache dir"
56+
run: mkdir .cache
57+
58+
- name: "Cache DOCtor-RST"
59+
uses: actions/cache@v1
60+
with:
61+
path: .cache
62+
key: ${{ runner.os }}-doctor-rst-34
63+
5564
- name: "Run DOCtor-RST"
5665
uses: docker://oskarstark/doctor-rst
5766
with:
58-
args: --short
67+
args: --short --cache-file=/github/workspace/.cache/doctor-rst.cache

0 commit comments

Comments
 (0)
0