From 37e24c27f1c78e0e439ac2aadef432c15d0f304a Mon Sep 17 00:00:00 2001 From: Fredrik <70209145+fredrik-lindseth@users.noreply.github.com> Date: Sun, 6 Dec 2020 20:43:23 +0000 Subject: [PATCH] Get zola from alpine community repository (#1251) Zola is not available in the `testing` repository, getting it from `community` instead --- docs/content/documentation/deployment/gitlab-pages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/deployment/gitlab-pages.md b/docs/content/documentation/deployment/gitlab-pages.md index 5387917e..933eeeb2 100644 --- a/docs/content/documentation/deployment/gitlab-pages.md +++ b/docs/content/documentation/deployment/gitlab-pages.md @@ -46,8 +46,8 @@ variables: pages: script: - # Install the zola package from the alpine testing repositories - - apk add --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ zola + # Install the zola package from the alpine community repositories + - apk add --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ zola # Execute zola build - zola build