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 69956ae commit 7b24daeCopy full SHA for 7b24dae
.github/workflows/continuous-integration.yml
@@ -31,12 +31,16 @@ jobs:
31
coverage: "pcov"
32
php-version: "${{ matrix.php-version }}"
33
34
+ - name: "Get current date for the daily cache"
35
+ id: 'date'
36
+ run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
37
+
38
- name: "Cache the php documentation"
39
id: cache-php-doc
40
uses: "actions/cache@v1"
41
with:
42
path: "generator/doc/doc-en"
- key: "php-doc"
43
+ key: php-doc-${{ steps.date.outputs.date }}
44
45
- name: "Check out salathe/phpdoc-base"
46
uses: "actions/checkout@v2"
0 commit comments