We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61ae25 commit c93d7ecCopy full SHA for c93d7ec
1 file changed
.github/workflows/docs.yaml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
timeout_minutes: 10
37
max_attempts: 3
38
- command: composer --no-interaction --no-ansi --no-progress update -d dev
+ command: composer --no-interaction --no-ansi --no-progress --no-cache update -d dev
39
- name: Run DocFX Unit Test Suite
40
run: dev/vendor/bin/phpunit -c dev/phpunit-docfx.xml.dist
41
- name: Run Docs Generator (Dry Run)
0 commit comments