Fixing gitlab-ci.yaml
This commit is contained in:
parent
2fdf1ad858
commit
c8f31aa0c4
|
@ -6,7 +6,7 @@ deploy:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
- /usr/local/bin/deploy-site www.boniface.me
|
- /usr/local/bin/deploy-site www.boniface.me public/
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue