Update image while downloading zola too
This commit is contained in:
parent
94a69e97b9
commit
0486630b9f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pages:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
before_script:
|
before_script:
|
||||||
- pacman --needed --noconfirm -Sy zola
|
- pacman --needed --noconfirm -Syu zola
|
||||||
script:
|
script:
|
||||||
- zola build
|
- zola build
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue