Skip to content
Snippets Groups Projects
Commit e71198d4 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

[ci] use script

parent 2c25600f
No related branches found
No related tags found
No related merge requests found
Pipeline #9933 failed
...@@ -9,6 +9,8 @@ pages: ...@@ -9,6 +9,8 @@ pages:
script: script:
# Install the zola package from the alpine testing repositories # Install the zola package from the alpine testing repositories
- apk add --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ zola - apk add --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ zola
# Loads documentation from GitLab
- python3 scripts/get_external_content.py
# Execute zola build # Execute zola build
- zola build - zola build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment