From 13596f0ff1a2c67ad88cd561910ad50cdc7e54c2 Mon Sep 17 00:00:00 2001 From: azjezz Date: Mon, 15 Mar 2021 03:15:05 +0100 Subject: [PATCH] don't install dependencies when checking documentation --- .github/workflows/documentation-check.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/documentation-check.yml b/.github/workflows/documentation-check.yml index 51fd64d..10b43ea 100644 --- a/.github/workflows/documentation-check.yml +++ b/.github/workflows/documentation-check.yml @@ -18,8 +18,5 @@ jobs: tools: composer:v2, cs2pr extensions: bcmath, mbstring, intl, sodium, json - - name: "installing dependencies" - run: "composer update --no-interaction --no-progress" - - name: "checking if documentation is up-to-date." run: "php docs/documenter.php check"