Skip to content

Commit 759b614

Browse files
committed
docs(ci): update gitlab-pages.md
1 parent dbbefc9 commit 759b614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/documentation/deployment/gitlab-pages.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ pages:
7171
- |
7272
apt-get update
7373
DEBIAN_FRONTEND=noninteractive 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"
74+
zola_url="https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
7575
if ! wget --quiet --spider $zola_url; then
76-
echo "A Zola release with the specified version could not be found.";
77-
exit 1;
76+
echo "A Zola release with the specified version could not be found."
77+
exit 1
7878
fi
7979
wget $zola_url
8080
tar -xzf *.tar.gz

0 commit comments

Comments
 (0)