Skip to content

Commit

Permalink
Get zola from alpine community repository (#1251)
Browse files Browse the repository at this point in the history
Zola is not available in the `testing` repository, getting it from `community` instead
  • Loading branch information
fredrik-lindseth committed Dec 6, 2020
1 parent ec3669d commit 37e24c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/documentation/deployment/gitlab-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37e24c2

Please sign in to comment.