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 ccc9154 commit 1479b2fCopy full SHA for 1479b2f
.github/workflows/continuous-integration.yml
@@ -32,9 +32,17 @@ jobs:
32
coverage: "pcov"
33
php-version: "${{ matrix.php-version }}"
34
35
- - name: "Check out PHP documentation with git"
36
- run: sh update.sh
37
- working-directory: "generator/doc"
+ - name: "Check out salathe/phpdoc-base"
+ uses: "actions/checkout@v2"
+ with:
38
+ path: "generator/doc/doc-en/doc-base"
39
+ repository: "salathe/phpdoc-base"
40
+
41
+ - name: "Check out php/doc-en"
42
43
44
+ path: "generator/doc/doc-en/en"
45
+ repository: "php/doc-en"
46
47
- name: "Cache dependencies installed with composer"
48
uses: "actions/[email protected]"
0 commit comments