Do not add composer in docs workflow
This commit is contained in:
parent
d97b3754a8
commit
981ce2a75a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
|
@ -21,7 +21,8 @@ jobs:
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions
|
||||||
|
tools: none
|
||||||
- name: Create file with all extensions for Linux and macOS
|
- name: Create file with all extensions for Linux and macOS
|
||||||
env:
|
env:
|
||||||
file: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
|
file: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
|
||||||
|
|
@ -41,6 +42,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
extensions: none
|
extensions: none
|
||||||
|
tools: none
|
||||||
- name: Create final file for Linux and macOS
|
- name: Create final file for Linux and macOS
|
||||||
env:
|
env:
|
||||||
file: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
|
file: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue