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 d72b2c4 commit d7007d5Copy full SHA for d7007d5
.github/workflows/release-manual-docs.yml
@@ -25,13 +25,6 @@ jobs:
25
uses: shivammathur/setup-php@v2
26
with:
27
php-version: ${{ env.PHP_VERSION }}
28
- - name: Cache Node.js modules
29
- uses: actions/cache@v3
30
- with:
31
- path: ~/.npm
32
- key: ${{ runner.os }}-node-${{ env.NODE_VERSION }}-${{ hashFiles('**/package-lock.json') }}
33
- restore-keys: |
34
- ${{ runner.os }}-node-${{ env.NODE_VERSION }}-
35
- name: Generate Docs
36
run: |
37
composer install
0 commit comments