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