apt-get update
This commit is contained in:
parent
bbea557322
commit
f675143d59
@ -6,7 +6,8 @@ stages:
|
|||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get install rsync
|
- apt-get update -y
|
||||||
|
- apt-get -y install rsync
|
||||||
- gem install jekyll
|
- gem install jekyll
|
||||||
script:
|
script:
|
||||||
- jekyll build -d public
|
- jekyll build -d public
|
||||||
|
Reference in New Issue
Block a user