Skip to content

Commit 98aefdb

Browse files
committed
ci: guides components linkage
1 parent 8a5ad8d commit 98aefdb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/guides.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ jobs:
4343
- name: Install project dependencies
4444
working-directory: docs
4545
run: |
46-
composer update --no-interaction --no-progress --ansi
47-
cp -r ../src ./vendor/api-platform/core/
46+
composer global require soyuka/pmu
47+
composer global config allow-plugins.soyuka/pmu true --no-interaction
48+
composer global link ..
4849
- name: Test guides
4950
working-directory: docs
5051
env:

0 commit comments

Comments
 (0)