1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:24:42 +01:00

Speed up build

This commit is contained in:
Daniil Gentili 2023-09-01 15:14:28 +02:00
parent 5a02ae17a7
commit a904be25a2
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@ clone:
settings:
depth: 1
lfs: false
recursive: true
recursive: false
tags: true
steps:

View File

@ -7,6 +7,10 @@ mv composer.phar /usr/local/bin/composer
apk add procps git unzip github-cli openssh
rm -rf docs
curl -L https://github.com/danog/MadelineProtoDocs/archive/refs/heads/master.tar.gz | tar -xz
mv MadelineProtoDocs-master/ docs
composer update
composer build