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
|
- apt-get install -y lftp
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./compile.sh # build the pdf
|
- make all -j8 # build the pdf
|
||||||
- lftp ftp://$FTP_USER:$FTP_PASSWORD@zamok.crans.org-e "mirror public/ www/m1-eea/; bye"
|
- lftp ftp://$FTP_USER:$FTP_PASSWORD@zamok.crans.org -e "mirror public/ www/m1-eea/; bye"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public # instruct GitLab to keep the public folder
|
- public # instruct GitLab to keep the public folder
|
||||||
|
|
Loading…
Reference in a new issue