don't install dependencies when checking documentation

This commit is contained in:
azjezz 2021-03-15 03:15:05 +01:00
parent f1fb7e2249
commit 13596f0ff1

View File

@ -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"