using make
This commit is contained in:
parent
3cb087c42d
commit
c6dcb0cdc9
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ deploy:
|
|||
- apt-get install -y lftp
|
||||
|
||||
script:
|
||||
- ./compile.sh # build the pdf
|
||||
- lftp ftp://$FTP_USER:$FTP_PASSWORD@zamok.crans.org-e "mirror public/ www/m1-eea/; bye"
|
||||
- make all -j8 # build the pdf
|
||||
- lftp ftp://$FTP_USER:$FTP_PASSWORD@zamok.crans.org -e "mirror public/ www/m1-eea/; bye"
|
||||
artifacts:
|
||||
paths:
|
||||
- public # instruct GitLab to keep the public folder
|
||||
|
|
Loading…
Reference in a new issue