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:
parent
5a02ae17a7
commit
a904be25a2
@ -17,7 +17,7 @@ clone:
|
||||
settings:
|
||||
depth: 1
|
||||
lfs: false
|
||||
recursive: true
|
||||
recursive: false
|
||||
tags: true
|
||||
|
||||
steps:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user