We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759b614 commit 2e82219Copy full SHA for 2e82219
docs/content/documentation/deployment/gitlab-pages.md
@@ -69,8 +69,8 @@ pages:
69
stage: deploy
70
script:
71
- |
72
- apt-get update
73
- DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes --no-install-recommends wget ca-certificates
+ sudo apt-get update
+ DEBIAN_FRONTEND=noninteractive sudo apt-get install --assume-yes --no-install-recommends wget ca-certificates
74
zola_url="https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
75
if ! wget --quiet --spider $zola_url; then
76
echo "A Zola release with the specified version could not be found."
0 commit comments