Skip to content

Commit d4c4935

Browse files
committed
removed the php doc cache
1 parent 0b7aad2 commit d4c4935

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,9 @@ on:
88

99
jobs:
1010

11-
init-php-doc:
12-
name: "Init the php documentation cache"
13-
runs-on: "ubuntu-latest"
14-
steps:
15-
- name: "Checkout"
16-
uses: "actions/[email protected]"
17-
18-
- name: "Cache PHP documentation checked out with git"
19-
id: cache-svn
20-
uses: "actions/[email protected]"
21-
with:
22-
path: "generator/doc/doc-en"
23-
key: "php-documentation"
24-
25-
- name: "Check out PHP documentation with git"
26-
if: steps.cache-svn.outputs.cache-hit != 'true'
27-
run: sh update.sh
28-
working-directory: "generator/doc"
29-
3011
continuous-integration:
3112
name: "Continuous Integration"
3213

33-
needs: init-php-doc
3414
runs-on: "ubuntu-latest"
3515

3616
strategy:
@@ -52,12 +32,9 @@ jobs:
5232
coverage: "pcov"
5333
php-version: "${{ matrix.php-version }}"
5434

55-
- name: "Cache PHP documentation checked out with svn"
56-
id: cache-svn
57-
uses: "actions/[email protected]"
58-
with:
59-
path: "generator/doc/doc-en"
60-
key: "php-documentation"
35+
- name: "Check out PHP documentation with git"
36+
run: sh update.sh
37+
working-directory: "generator/doc"
6138

6239
- name: "Cache dependencies installed with composer"
6340
uses: "actions/[email protected]"

0 commit comments

Comments
 (0)