From 5ae75033acdf2bc933201b5ad268056b6aa043b3 Mon Sep 17 00:00:00 2001 From: toidiu Date: Tue, 7 May 2019 10:17:47 -0400 Subject: [PATCH] bump version in deployment docs (#680) * bump version in deployment docs --- docs/content/documentation/deployment/github-pages.md | 2 +- docs/content/documentation/deployment/gitlab-pages.md | 2 +- docs/content/documentation/deployment/netlify.md | 2 +- docs/content/themes/even/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/documentation/deployment/github-pages.md b/docs/content/documentation/deployment/github-pages.md index 53f1d0f..8e61292 100644 --- a/docs/content/documentation/deployment/github-pages.md +++ b/docs/content/documentation/deployment/github-pages.md @@ -51,7 +51,7 @@ language: minimal before_script: # Download and unzip the zola executable # Replace the version numbers in the URL by the version you want to use - - curl -s -L https://github.com/getzola/zola/releases/download/v0.6.0/zola-v0.6.0-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin + - curl -s -L https://github.com/getzola/zola/releases/download/v0.7.0/zola-v0.7.0-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin script: - zola build diff --git a/docs/content/documentation/deployment/gitlab-pages.md b/docs/content/documentation/deployment/gitlab-pages.md index 8613354..f51b298 100644 --- a/docs/content/documentation/deployment/gitlab-pages.md +++ b/docs/content/documentation/deployment/gitlab-pages.md @@ -41,7 +41,7 @@ variables: # This variable will ensure that the CI runner pulls in your theme from the submodule GIT_SUBMODULE_STRATEGY: recursive # Specify the zola version you want to use here - ZOLA_VERSION: "v0.6.0" + ZOLA_VERSION: "v0.7.0" pages: script: diff --git a/docs/content/documentation/deployment/netlify.md b/docs/content/documentation/deployment/netlify.md index 00a0822..c1982a4 100644 --- a/docs/content/documentation/deployment/netlify.md +++ b/docs/content/documentation/deployment/netlify.md @@ -55,7 +55,7 @@ command = "gutenberg build --base-url $DEPLOY_PRIME_URL" Since Netlify doesn't support Zola currently, you will need to download the archive directly from GitHub, replacing the version in the URL with the one you want: ``` -command = "curl -sL https://github.com/getzola/zola/releases/download/v0.6.0/zola-v0.6.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./zola build" +command = "curl -sL https://github.com/getzola/zola/releases/download/v0.7.0/zola-v0.7.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./zola build" ``` ## Manual Deploys diff --git a/docs/content/themes/even/index.md b/docs/content/themes/even/index.md index 8a18e35..94fb19d 100644 --- a/docs/content/themes/even/index.md +++ b/docs/content/themes/even/index.md @@ -116,4 +116,4 @@ katex_enable = true katex_auto_render = true ``` - \ No newline at end of file +